aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-12-09 08:55:42 +0100
committerEike Ziller <eike.ziller@qt.io>2020-12-09 09:20:36 +0000
commitb946dd352114e70bee5203ea02bb7be11f8ab998 (patch)
tree3e33f45c562fda8acc70c20d0e8ec3e32061e059
parenta631d7fc2c55aa9f675e31a058c6d324834a5428 (diff)
cmake build: Fix dependencies of BuildQbsResources
It requires qbs_processlauncher to exist, otherwise ERROR: Failed to start process launcher at '<path_to_build>/qbs_processlauncher': execvp: No such file or directory Change-Id: I1dc2760889f6f74b9371d89803ce3131a3494532 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--share/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/CMakeLists.txt b/share/CMakeLists.txt
index 33dc2b2d0..f607e0a85 100644
--- a/share/CMakeLists.txt
+++ b/share/CMakeLists.txt
@@ -54,7 +54,7 @@ add_custom_target(
-d ${PROJECT_BINARY_DIR}/
config:resources-build
-p "qbs resources"
- DEPENDS qbs copy-runtime-files-qbs
+ DEPENDS qbs copy-runtime-files-qbs qbs_processlauncher
)
install(