aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-09-07 23:26:48 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2019-09-09 06:42:27 +0000
commitdbb3ca2ac6987e7eedef6c4875245676ffaca0fa (patch)
tree03599f53b413d021e6c1bac0bd1c8f16ec1658b8
parentcf825f2503206f38b97aec8ae1beb52fd7ef4a8d (diff)
Add PRE_TARGETDEPS outside the "!build_pass" scope on Windows
That way we get the proper dependencies on the buildkuserfeedback target in Makefile.Debug and Makefile.Release. Task-number: QTCREATORBUG-22860 Change-Id: I19f8d768df2a1b54ae1c0202036172fee4c099f5 Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--usagestatistic.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/usagestatistic.pro b/usagestatistic.pro
index 7126239..87f1dc0 100644
--- a/usagestatistic.pro
+++ b/usagestatistic.pro
@@ -86,7 +86,7 @@ QTC_PLUGIN_RECOMMENDS += \
###### End _dependencies.pri contents ######
-!build_pass {
+!build_pass|win32 {
EXTRA_CMAKE_MODULES_BUILD_PATH = "$${OUT_PWD}/extra-cmake-modules/build"
EXTRA_CMAKE_MODULES_SOURCE_PATH = "$${PWD}/3rdparty/extra-cmake-modules"
EXTRA_CMAKE_MODULES_INSTALL_PATH = "$${OUT_PWD}/extra-cmake-modules"