summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/sliders/sliders.pro
blob: bdc30b896c8087d550cd8af43d6aa5c26a283d34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS     = slidersgroup.h \
              window.h
SOURCES     = main.cpp \
              slidersgroup.cpp \
              window.cpp

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

QT += widgets

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