qskinny/examples/gallery/gallery.pro
Peter Hartmann f98af6d298 M3 buttons: Fix icons
Also for the gallery use the ones from M3.
2023-01-24 09:51:36 +01:00

54 lines
714 B
Prolog

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 += \
button/ButtonPage.h
SOURCES += \
button/ButtonPage.cpp \
HEADERS += \
textinput/TextInputPage.h
SOURCES += \
textinput/TextInputPage.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 \