summaryrefslogtreecommitdiffstats
path: root/examples/touch/dials/dials.pro
blob: 0da1103432ec37eac31cda462c11f83dd8f755f9 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += main.cpp
FORMS += dials.ui

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


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