qskinny/examples/gallery/gallery.pro

48 lines
620 B
Prolog
Raw Normal View History

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