summaryrefslogtreecommitdiffstats
path: root/examples/touch/dials/dials.pro
blob: 896315380cedb68cc1eb94a3b44d5bb532a964c4 (plain)
1
2
3
4
5
6
7
8
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