Sine Striker
2023-12-19 1daea8150dac06c90cfddf5c5915fd9d94fe9050
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
)