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