How to use "-set" option in qmake?
-
Hello!
.
.
I try run qmake with setting any variable and it value. According to the documentation, for do it is used option "-set".
.
Options:
-set <prop> <value> Set persistent property
.
http://apidocs.meego.com/1.1/core/html/qt4/qmake-environment-reference.html#installs
.
.
I run command:
.
qmake ./meego/mytetra.pro -r -spec linux-g++ -set TARGET_OS_IS_MEEGO 1 CONFIG +=debug
.
.
And qmake show error:
.
***Unknown option -set
.
.
How to run qmake with "-set" option?