qskinny/examples/gallery/gallery.pro
2023-02-27 09:56:41 +01:00

48 lines
620 B
Prolog

CONFIG += qskexample
HEADERS += \
label/LabelPage.h
SOURCES += \
label/LabelPage.cpp \
HEADERS += \
inputs/InputPage.h
SOURCES += \
inputs/InputPage.cpp
HEADERS += \
progressbar/ProgressBarPage.h
SOURCES += \
progressbar/ProgressBarPage.cpp \
HEADERS += \
button/ButtonPage.h
SOURCES += \
button/ButtonPage.cpp \
HEADERS += \
selector/SelectorPage.h
SOURCES += \
selector/SelectorPage.cpp \
HEADERS += \
dialog/DialogPage.h
SOURCES += \
dialog/DialogPage.cpp \
HEADERS += \
Page.h
SOURCES += \
Page.cpp \
main.cpp
RESOURCES += \
icons.qrc \