aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-02-10 18:06:49 +0100
committerKai Koehne <kai.koehne@qt.io>2021-02-11 11:20:11 +0000
commitcc31b7d481aa0fae9b661407aa0c98d2504ff966 (patch)
tree22675f665277ca32100f636e767285e3fdeba3d0
parenta9159a7bf79c4b8c7bad37ac2589b473a74db7eb (diff)
Always build telemetry pluginv4.14.2v4.14.14.14
Make sure the plugin is build not only the first time, but on each build run. Change-Id: Ie1035b72fdd9da8cc720c2d811c2734f15ec908d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20e46a7..d8f7adc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -62,4 +62,5 @@ ExternalProject_Add(plugin
-DQtCreator_BINARY_DIR:PATH=${QtCreator_BINARY_DIR}
-DQTC_MERGE_BINARY_DIR:BOOL=${QTC_MERGE_BINARY_DIR}
DEPENDS kuserfeedback
+ BUILD_ALWAYS ON
)