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

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

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