qskinny/examples/gallery/gallery.pro
Uwe Rathmann b06687662b custom sliders moved from gallery to tabview. we do not want to have
custom controlsin the gallery, that is intended to show the default
versions
2022-04-04 17:45:49 +02:00

33 lines
422 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 += \
Page.h
SOURCES += \
Page.cpp \
main.cpp