Sine Striker
2023-12-13 bbd0f1932fcf7a730d8ab9410e158f2b1035bc23
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
)