2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND RESOURCES icons.qrc )
|
|
|
|
|
|
|
|
list(APPEND HEADERS
|
2023-03-08 09:11:36 +00:00
|
|
|
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)
|
2022-09-28 21:49:30 +00:00
|
|
|
|
2023-03-29 15:49:17 +00:00
|
|
|
list(APPEND SOURCES
|
2023-03-08 09:11:36 +00:00
|
|
|
label/LabelPage.cpp
|
|
|
|
inputs/InputPage.cpp
|
|
|
|
progressbar/ProgressBarPage.cpp
|
|
|
|
button/ButtonPage.cpp
|
|
|
|
selector/SelectorPage.cpp
|
|
|
|
dialog/DialogPage.cpp
|
2022-09-28 21:49:30 +00:00
|
|
|
Page.cpp
|
2022-09-29 15:59:07 +00:00
|
|
|
main.cpp)
|
|
|
|
|
2023-04-01 11:58:56 +00:00
|
|
|
qsk_add_example(gallery)
|