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

SOURCES += main.cpp
FORMS += dials.ui

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