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