summaryrefslogtreecommitdiffstats
path: root/examples/touch/knobs/knobs.pro
blob: 6a10a0776f6deaf9995fe096808998950ac70cf2 (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets

HEADERS = knob.h
SOURCES = main.cpp knob.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/knobs
INSTALLS += target

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