Sine Striker
2023-12-12 83710cb96187d635be1be95ac1a2652c28d695cd
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
)