qskinny/examples/gallery/gallery.pro

60 lines
796 B
Prolog
Raw Normal View History

2020-08-11 15:56:53 +00:00
CONFIG += qskexample
HEADERS += \
label/LabelPage.h
SOURCES += \
label/LabelPage.cpp \
HEADERS += \
slider/SliderPage.h
SOURCES += \
slider/SliderPage.cpp
HEADERS += \
progressbar/ProgressBarPage.h
SOURCES += \
progressbar/ProgressBarPage.cpp \
HEADERS += \
2022-04-01 12:54:31 +00:00
button/ButtonPage.h
SOURCES += \
2022-04-01 12:54:31 +00:00
button/ButtonPage.cpp \
2022-04-19 06:42:53 +00:00
HEADERS += \
textinput/TextInputPage.h
SOURCES += \
textinput/TextInputPage.cpp \
HEADERS += \
selector/SelectorPage.h
SOURCES += \
selector/SelectorPage.cpp \
2022-07-05 13:45:06 +00:00
HEADERS += \
dialog/DialogPage.h
SOURCES += \
dialog/DialogPage.cpp \
2023-02-17 11:01:56 +00:00
HEADERS += \
spinbox/SpinBoxPage.h
SOURCES += \
spinbox/SpinBoxPage.cpp
2020-08-11 15:56:53 +00:00
HEADERS += \
Page.h
SOURCES += \
Page.cpp \
main.cpp
RESOURCES += \
icons.qrc \