From eba927d13168697c495e5e4056a215e74c948bb6 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Fri, 11 Aug 2023 23:42:37 +0200 Subject: [PATCH] [qt] Fixed build generation of Info.plist for desktop target Signed-off-by: Alexander Borsuk --- qt/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/CMakeLists.txt b/qt/CMakeLists.txt index f868513d7d..a05f908e58 100644 --- a/qt/CMakeLists.txt +++ b/qt/CMakeLists.txt @@ -177,7 +177,7 @@ if (PLATFORM_MAC) set(BUNDLE_VERSION ${APP_VERSION}) endif() - configure_file(${PROJECT_SOURCE_DIR}/res/Info.plist.in ${PROJECT_SOURCE_DIR}/res/Info.plist) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/res/Info.plist.in ${CMAKE_CURRENT_SOURCE_DIR}/res/Info.plist) set_target_properties(${PROJECT_NAME} PROPERTIES