We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a478d commit dbe3f54Copy full SHA for dbe3f54
build/FindQt.cmake
@@ -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)
+find_package(Qt6 6.6 COMPONENTS Gui Qml Quick Svg REQUIRED)
+set(QT_LIBS Qt6::Gui Qt6::Qml Qt6::Quick Qt6::Svg)
3
4
if (SCRATCHCPPGUI_BUILD_UNIT_TESTS)
5
find_package(Qt6 6.6 COMPONENTS Test REQUIRED)
0 commit comments