summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/knobs/knobs.pro
blob: 0915b0665adf286685b587e241937be090cde289 (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]/widgets/touch/knobs
INSTALLS += target