chore: baseline usable version
This commit is contained in:
10
libs/qwindowkit/examples/mainwindow/CMakeLists.txt
Normal file
10
libs/qwindowkit/examples/mainwindow/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
project(QWKExample_MainWindow)
|
||||
|
||||
file(GLOB _src *.h *.cpp)
|
||||
|
||||
qwk_add_example(${PROJECT_NAME}
|
||||
FEATURES cxx_std_17
|
||||
SOURCES ${_src} mainwindow.qrc ../shared/resources/shared.qrc
|
||||
QT_LINKS Core Gui Widgets # MultimediaWidgets
|
||||
LINKS QWKWidgets WidgetFrame
|
||||
)
|
||||
Reference in New Issue
Block a user