qskinny/examples/gallery/gallery.pro

24 lines
464 B
Prolog
Raw Normal View History

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 \
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
RESOURCES += \
2023-03-08 10:25:37 +01:00
icons.qrc