summaryrefslogtreecommitdiffstats
path: root/examples/touch/knobs/knobs.pro
blob: 7540a4b2cf196d7c4f8f05610bd62f220f6d6675 (plain)
1
2
3
4
5
6
7
8
9
10
HEADERS = knob.h
SOURCES = main.cpp knob.cpp

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


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