Index: denali.pro =================================================================== diff -u -r88563177f10f20ced98750b2e40036201728131d -r066258b65a1c41afe3828c92d2606d2642505d72 --- denali.pro (.../denali.pro) (revision 88563177f10f20ced98750b2e40036201728131d) +++ denali.pro (.../denali.pro) (revision 066258b65a1c41afe3828c92d2606d2642505d72) @@ -20,12 +20,13 @@ # and use that MACRO for conditional build message($$QMAKESPEC) linux-g++ { - message(Linux.g++) - DEFINES += BUILD_FOR_GCC + message("Building for desktop") + DEFINES += BUILD_FOR_DESKTOP } + linux-oe-generic-g++ { - message(Linux.poky) - DEFINES += BUILD_FOR_POKY + message("Building for target") + DEFINES += BUILD_FOR_TARGET } # The following define makes your compiler emit warnings if you use