fail early after command line parsing error
we don't want to do the (possibly interactive) license check when the command line is not valid. Task-number: QTBUG-18459 Change-Id: I68c3b7ed4646e49865922ab5612f971930698356 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
8292326f1b
commit
7549bbbacb
@ -1772,6 +1772,7 @@ for (currentConfig, allConfigs): \
|
|||||||
QMAKE_SAVED_ARGS = $$QMAKE_EXTRA_ARGS
|
QMAKE_SAVED_ARGS = $$QMAKE_EXTRA_ARGS
|
||||||
QMAKE_REDO_CONFIG = false
|
QMAKE_REDO_CONFIG = false
|
||||||
qtConfParseCommandLine()
|
qtConfParseCommandLine()
|
||||||
|
qtConfCheckErrors()
|
||||||
|
|
||||||
for (currentConfig, allConfigs) {
|
for (currentConfig, allConfigs) {
|
||||||
qtConfSetModuleName()
|
qtConfSetModuleName()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user