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

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

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

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