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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dials.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/touch/dials
INSTALLS += target sources
QT += widgets


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