SineStriker
2025-02-11 e9f790d3533ebaee1f782e91b6e13b2c6375c86a
examples/mainwindow/CMakeLists.txt
@@ -6,4 +6,9 @@
    SOURCES ${_src} mainwindow.qrc ../shared/resources/shared.qrc
    QT_LINKS Core Gui Widgets # MultimediaWidgets
    LINKS QWKWidgets WidgetFrame
)
set_target_properties(${PROJECT_NAME} PROPERTIES
    CXX_STANDARD 17
    CXX_STANDARD_REQUIRED TRUE
)