summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/sliders/sliders.pro
blob: 6a0e01287ddc1c4e6179287d4cfcfb67d6be5599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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

simulator: warning(This example might not fully work on Simulator platform)