configure: don't emit empty GCC_MACHINE_DUMP to qdevice.pri
there is no point in doing that. Change-Id: Ie09edeed340ea87eddb38980b0df7ed777ec6280 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
75587c8030
commit
4bab1b0d7c
@ -521,11 +521,11 @@
|
||||
"output": [ "prepareSpec", "prepareOptions", "preparePaths", "reloadSpec" ]
|
||||
},
|
||||
"machineTuple": {
|
||||
"condition": "!config.linux || config.android || tests.machineTuple",
|
||||
"condition": "config.linux && !config.android && tests.machineTuple",
|
||||
"output": [ "machineTuple" ]
|
||||
},
|
||||
"commit": {
|
||||
"condition": "features.machineTuple",
|
||||
"condition": "features.machineTuple || true",
|
||||
"output": [ "commitOptions" ]
|
||||
},
|
||||
"android-style-assets": {
|
||||
|
Loading…
Reference in New Issue
Block a user