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