From b946dd352114e70bee5203ea02bb7be11f8ab998 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Wed, 9 Dec 2020 08:55:42 +0100 Subject: cmake build: Fix dependencies of BuildQbsResources It requires qbs_processlauncher to exist, otherwise ERROR: Failed to start process launcher at '/qbs_processlauncher': execvp: No such file or directory Change-Id: I1dc2760889f6f74b9371d89803ce3131a3494532 Reviewed-by: Ivan Komissarov --- share/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- cgit v1.2.3