qskinny/examples/tabview/tabview.pro

13 lines
206 B
Prolog
Raw Normal View History

2019-04-02 09:07:09 +02:00
CONFIG += qskexample
2017-07-21 18:21:34 +02:00
HEADERS += \
CustomSlider.h \
CustomSliderSkinlet.h \
OtherSlider.h \
2017-07-21 18:21:34 +02:00
SOURCES += \
CustomSlider.cpp \
CustomSliderSkinlet.cpp \
OtherSlider.cpp \
2017-07-21 18:21:34 +02:00
main.cpp