aboutsummaryrefslogtreecommitdiffstats
path: root/usagestatistic.pro
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-09-12 09:01:45 +0200
committerEike Ziller <eike.ziller@qt.io>2019-09-12 08:24:07 +0000
commitaf41770a375fa7ea3755d3bc4cca2dd276b01aa6 (patch)
tree8989b63c4f8c4f1e16e8b011304f9ce613b9a56a /usagestatistic.pro
parent957cddae8113354d3c8991996ea0ce8859849c8e (diff)
Do not use cmake's --parallel option
It didn't exist before cmake 3.12 Change-Id: Ic74c8f32f312b6644677aa38ac0e79fe1c8e6ef5 Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'usagestatistic.pro')
-rw-r--r--usagestatistic.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/usagestatistic.pro b/usagestatistic.pro
index e0acd5e..fed7d71 100644
--- a/usagestatistic.pro
+++ b/usagestatistic.pro
@@ -100,7 +100,7 @@ QTC_PLUGIN_RECOMMENDS += \
-DCMAKE_INSTALL_PREFIX:PATH=\"$$shell_path($${EXTRA_CMAKE_MODULES_INSTALL_PATH})\"")
# "Build" extra-cmake-modules first time. This step is required to configure KUserFeedback
- EXTRA_CMAKE_MODULES_BUILD_CMD = "cmake --build $$shell_path($${EXTRA_CMAKE_MODULES_BUILD_PATH}) --parallel --target install"
+ EXTRA_CMAKE_MODULES_BUILD_CMD = "cmake --build $$shell_path($${EXTRA_CMAKE_MODULES_BUILD_PATH}) --target install"
system("$${EXTRA_CMAKE_MODULES_BUILD_CMD}")
# Configure KUserFeedback
@@ -138,7 +138,7 @@ QTC_PLUGIN_RECOMMENDS += \
buildextracmakemodules.commands = "$${EXTRA_CMAKE_MODULES_BUILD_CMD}"
- buildkuserfeedback.commands = "cmake --build $$shell_path($${KUSERFEEDBACK_BUILD_PATH}) --parallel --target install"
+ buildkuserfeedback.commands = "cmake --build $$shell_path($${KUSERFEEDBACK_BUILD_PATH}) --target install"
buildkuserfeedback.depends = buildextracmakemodules
# Force build order. Without this flag Make tries building targets