mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-10 06:42:58 +02:00
11 lines
461 B
Diff
11 lines
461 B
Diff
--- a/modules/ECMQueryQt.cmake
|
|
+++ b/modules/ECMQueryQt.cmake
|
|
@@ -56,7 +56,7 @@ if (QT_MAJOR_VERSION STREQUAL "5")
|
|
endif()
|
|
elseif(QT_MAJOR_VERSION STREQUAL "6")
|
|
# QUIET to accommodate the TRY option
|
|
- find_package(Qt6 COMPONENTS CoreTools QUIET CONFIG)
|
|
+ find_package(Qt6 COMPONENTS Core QUIET CONFIG)
|
|
set(_exec_name_text "Qt6 qtpaths")
|
|
if (TARGET Qt6::qtpaths)
|
|
get_target_property(_qtpaths_executable Qt6::qtpaths LOCATION)
|