2020-08-11 15:56:53 +00:00
|
|
|
CONFIG += qskexample
|
|
|
|
|
|
|
|
HEADERS += \
|
2023-03-08 09:25:37 +00:00
|
|
|
label/LabelPage.h \
|
|
|
|
inputs/InputPage.h \
|
|
|
|
progressbar/ProgressBarPage.h \
|
|
|
|
button/ButtonPage.h \
|
|
|
|
selector/SelectorPage.h \
|
|
|
|
dialog/DialogPage.h \
|
|
|
|
Page.h
|
2020-08-11 15:56:53 +00:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
label/LabelPage.cpp \
|
2023-03-08 09:25:37 +00:00
|
|
|
inputs/InputPage.cpp \
|
2020-08-11 15:56:53 +00:00
|
|
|
progressbar/ProgressBarPage.cpp \
|
2022-04-01 12:54:31 +00:00
|
|
|
button/ButtonPage.cpp \
|
2022-04-20 13:25:15 +00:00
|
|
|
selector/SelectorPage.cpp \
|
2022-07-05 13:45:06 +00:00
|
|
|
dialog/DialogPage.cpp \
|
2020-08-11 15:56:53 +00:00
|
|
|
Page.cpp \
|
|
|
|
main.cpp
|
2023-01-15 07:44:57 +00:00
|
|
|
|
|
|
|
RESOURCES += \
|
2023-03-08 09:25:37 +00:00
|
|
|
icons.qrc
|