On Sep 26, 2009, at 3:49 AM, ext Mentar Mahmudi wrote: > 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.
You need to edit the "Clean" build steps as well (in projects mode). Best regards, -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax +49 (0)30 6392 3256 E-mail [email protected] _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
