qskinny/examples/gallery/gallery.pro
2023-03-08 10:25:37 +01:00

24 lines
464 B
Prolog

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