From 86403b4e99f901f687050ce9a91a8e539331cebb Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <zhaoyuhang@rankyee.com> Date: ćšć, 07 12æ 2023 17:39:55 +0800 Subject: [PATCH] remove not needed result --- src/stylesupport/CMakeLists.txt | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/stylesupport/CMakeLists.txt b/src/stylesupport/CMakeLists.txt index 6cce10d..eea48a5 100644 --- a/src/stylesupport/CMakeLists.txt +++ b/src/stylesupport/CMakeLists.txt @@ -18,4 +18,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 17 CXX_STANDARD_REQUIRED TRUE -) \ No newline at end of file +) + +set(QWINDOWKIT_ENABLED_TARGETS ${QWINDOWKIT_ENABLED_TARGETS} ${PROJECT_NAME} PARENT_SCOPE) +set(QWINDOWKIT_ENABLED_SUBDIRECTORIES ${QWINDOWKIT_ENABLED_SUBDIRECTORIES} stylesupport PARENT_SCOPE) \ No newline at end of file -- Gitblit v1.9.1