summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/sliders/sliders.pro
blob: 40c3167eea9ed5229fafe88a4c89f0d57f354a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += widgets

HEADERS     = slidersgroup.h \
              window.h
SOURCES     = main.cpp \
              slidersgroup.cpp \
              window.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/sliders
INSTALLS += target