PDA

View Full Version : how to distinguish platforms in .pro file



waiter
27th April 2012, 09:16
like
win32:debug {
CONFIG += console
}
unix:INCLUDEPATH+= ....

but I want to know how about win64 and unix64???

Alir3z4
27th April 2012, 12:30
Good question ;)
Here!
Identifier for win64 configuration in Qmake (http://stackoverflow.com/questions/356666/identifier-for-win64-configuration-in-qmake)