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

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