Skip to content

Commit 6fa9bd0

Browse files
committed
fix package config
1 parent 0892420 commit 6fa9bd0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

cmake/Config.cmake.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ find_dependency(SimpleRasters REQUIRED)
99

1010
# Optional Qt dependency
1111
if(@HAS_QT@)
12-
find_dependency(Qt6 COMPONENTS Core Xml Test REQUIRED)
12+
find_dependency(Qt5 COMPONENTS Core Xml Test REQUIRED)
13+
# find_dependency(Qt6 COMPONENTS Core Xml Test REQUIRED)
1314
if(@BUILD_GUI_APP@)
14-
find_dependency(Qt6 COMPONENTS Widgets Gui REQUIRED)
15+
find_dependency(Qt5 COMPONENTS Widgets Gui REQUIRED)
16+
# find_dependency(Qt6 COMPONENTS Widgets Gui REQUIRED)
1517
endif()
1618
endif()
1719

0 commit comments

Comments
 (0)