Sine Striker
2024-07-28 e9d163b1a811ee4f02e898bc7c2e6336d88e4a7f
examples/mainwindow/CMakeLists.txt
@@ -4,11 +4,6 @@
qwk_add_example(${PROJECT_NAME}
    SOURCES ${_src} mainwindow.qrc ../shared/resources/shared.qrc
    QT_LINKS Core Gui Widgets # WebEngineWidgets
    QT_LINKS Core Gui Widgets # MultimediaWidgets
    LINKS QWKWidgets WidgetFrame
)
set_target_properties(${PROJECT_NAME} PROPERTIES
    CXX_STANDARD 17
    CXX_STANDARD_REQUIRED TRUE
)
)