We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0892420 commit 6fa9bd0Copy full SHA for 6fa9bd0
1 file changed
cmake/Config.cmake.in
@@ -9,9 +9,11 @@ find_dependency(SimpleRasters REQUIRED)
9
10
# Optional Qt dependency
11
if(@HAS_QT@)
12
- find_dependency(Qt6 COMPONENTS Core Xml Test REQUIRED)
+ find_dependency(Qt5 COMPONENTS Core Xml Test REQUIRED)
13
+ # find_dependency(Qt6 COMPONENTS Core Xml Test REQUIRED)
14
if(@BUILD_GUI_APP@)
- find_dependency(Qt6 COMPONENTS Widgets Gui REQUIRED)
15
+ find_dependency(Qt5 COMPONENTS Widgets Gui REQUIRED)
16
+ # find_dependency(Qt6 COMPONENTS Widgets Gui REQUIRED)
17
endif()
18
19
0 commit comments