aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules/HandleFindGrantlee.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/HandleFindGrantlee.cmake')
-rw-r--r--cmake/Modules/HandleFindGrantlee.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/HandleFindGrantlee.cmake b/cmake/Modules/HandleFindGrantlee.cmake
index 0abb763df..ddc253840 100644
--- a/cmake/Modules/HandleFindGrantlee.cmake
+++ b/cmake/Modules/HandleFindGrantlee.cmake
@@ -10,6 +10,6 @@ else()
find_package(Grantlee5 REQUIRED)
set(GRANTLEE_LIBRARIES Grantlee5::Templates)
endif()
- set(PRINTING_PKG PrintSupport)
- set(PRINTING_LIB Qt5::PrintSupport)
+ LIST(APPEND QT_EXTRA_COMPONENTS PrintSupport)
+ LIST(APPEND QT_EXTRA_LIBRARIES Qt5::PrintSupport)
endif()