qskinny/examples/gallery/CMakeLists.txt

23 lines
463 B
CMake
Raw Normal View History

2023-03-29 15:49:17 +00:00
list(APPEND RESOURCES icons.qrc )
list(APPEND HEADERS
label/LabelPage.h
inputs/InputPage.h
progressbar/ProgressBarPage.h
button/ButtonPage.h
selector/SelectorPage.h
dialog/DialogPage.h
2022-09-29 15:59:07 +00:00
Page.h)
2023-03-29 15:49:17 +00:00
list(APPEND SOURCES
label/LabelPage.cpp
inputs/InputPage.cpp
progressbar/ProgressBarPage.cpp
button/ButtonPage.cpp
selector/SelectorPage.cpp
dialog/DialogPage.cpp
Page.cpp
2022-09-29 15:59:07 +00:00
main.cpp)
2023-04-01 11:58:56 +00:00
qsk_add_example(gallery)