Skip to content

Commit dbe3f54

Browse files
committed
Add Qt SVG module
1 parent 89a478d commit dbe3f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/FindQt.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
find_package(Qt6 6.6 COMPONENTS Gui Qml Quick REQUIRED)
2-
set(QT_LIBS Qt6::Gui Qt6::Qml Qt6::Quick)
1+
find_package(Qt6 6.6 COMPONENTS Gui Qml Quick Svg REQUIRED)
2+
set(QT_LIBS Qt6::Gui Qt6::Qml Qt6::Quick Qt6::Svg)
33

44
if (SCRATCHCPPGUI_BUILD_UNIT_TESTS)
55
find_package(Qt6 6.6 COMPONENTS Test REQUIRED)

0 commit comments

Comments
 (0)