Sine Striker
2023-12-25 3bde231e6d0b1c177c8c1fc4eccb6207d40aeec1
examples/mainwindow/CMakeLists.txt
@@ -3,7 +3,7 @@
file(GLOB _src *.h *.cpp)
qwk_add_example(${PROJECT_NAME}
    SOURCES ${_src} mainwindow.qrc ../shared/resources/window-bar.qrc
    SOURCES ${_src} mainwindow.qrc ../shared/resources/shared.qrc
    QT_LINKS Core Gui Widgets
    LINKS QWKWidgets WidgetFrame
)