Sine Striker
2023-12-13 f14f27f41385fd8593457413de2cf5a9c5c357e9
1
2
3
4
5
6
7
8
9
project(QWKExample_MainWindow)
 
file(GLOB _src *.h *.cpp)
 
qwk_add_example(${PROJECT_NAME}
    SOURCES ${_src}
    QT_LINKS Core Gui Widgets
    LINKS QWKWidgets WidgetFrame
)