aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-11-05 17:05:03 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2020-11-05 17:07:03 +0100
commitcd48b6f971eeefe5ba86e4b0aa19c1e2de73bfe3 (patch)
tree48021856d0011b9815a2334bb13b3cb5e3236506
parent013e6972ce63af22356bac60072b4c656cfcc5fa (diff)
Fix breakage in Coin caused by -verbose going to cmake configure
Fixes commit 57ae486e364106b0b47cf2020ee1d05bc8d89fef Change-Id: I6a20580c27c9474c9507c5f346b78a2a3f793169 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--coin/platform_configs/default.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/default.yaml b/coin/platform_configs/default.yaml
index 267e2173..6c80d5bf 100644
--- a/coin/platform_configs/default.yaml
+++ b/coin/platform_configs/default.yaml
@@ -14,7 +14,7 @@ Configurations:
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
Compiler: 'GCC'
Features: ['UseLegacyInstructions', 'DisableTests']
- Configure arguments: '-opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl'
+ Configure arguments: '-qmake -opensource -confirm-license -verbose -prefix /home/qt/work/install -developer-build -nomake tests -no-gui -R . -openssl'
-
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
Compiler: 'GCC'