What is the difference between the QMAKE_MAKEFILE and MAKEFILE variable? So far they have acted the same way.
When I set any of these variables, I could build in release or debug mode by adding -f 'mymakefile' in the 'additional make arguments' in the project options. However, when I try to clean the project it says: "No Makefile found, assuming project is clean". How do I tell Qt Creator about my custom makefile? I don't think there is any problem with the makefile itself because when I say: $ make -f mymakefile clean, it does the job neatly. -- Mentar Mahmudi PhD Candidate Electrical Engineering and Computer Science University of California, Merced http://graphics.ucmerced.edu _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
