Options for qscxmlc in .pro file
-
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 ? -
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 ? -
@larry104
Does not get "recognized" (i.e. have any effect) by qscxmlc or does not get passed as argument at all? https://doc.qt.io/qt-6/qscxmlc.html#command-line-options does not mention--qt-mode?