From 90b59f4cdaadbb145b1fd19f5423d54b9e01d1eb Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Fri, 26 Feb 2021 16:24:47 +0100 Subject: telemetry: Make sure to depend on the QtCreator dependencies The plugin is being built using ExternalProject_Add, which means that it will use QtCreator targets from the exported QtCreator build. The trigger of the build is done from a super build including QtCreator. Adding the QtCreator dependencies makes sure that the binaries referenced from the exported build are first created. Change-Id: I0bc4ea85170bf4beed869ef2205828e7fbc9b1a8 Reviewed-by: Tim Jenssen --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f7adc..69f4ce8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,6 @@ ExternalProject_Add(plugin -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} -DQtCreator_BINARY_DIR:PATH=${QtCreator_BINARY_DIR} -DQTC_MERGE_BINARY_DIR:BOOL=${QTC_MERGE_BINARY_DIR} - DEPENDS kuserfeedback + DEPENDS kuserfeedback QtCreator::Core QtCreator::Debugger QtCreator::ProjectExplorer QtCreator::QtSupport BUILD_ALWAYS ON ) -- cgit v1.2.3