Options for qscxmlc in .pro file
Unsolved
General and Desktop
-
qscxmlc has an command line option --qt-mode yes which I would like to set through my .pro file. It looks like QSCXMLC_ARGUMENTS can be used for that but if I add
QSCXMLC_ARGUMENTS += --qt-mode yes
it does not get recognized. What is the correct syntax to add this command line argument for qscxmlc ?