qskinny/examples/gallery/gallery.pro

24 lines
464 B
Prolog
Raw Normal View History

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