summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dial/dial.pro
blob: 1d1f81169f696d518b22ea93dedbeb9929ada0c8 (plain)
1
2
3
4
5
6
7
8
9
SOURCES = main.cpp
RESOURCES = dial.qrc

QT += script declarative

target.path = $$[QT_INSTALL_EXAMPLES]/declarative/dial
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dial.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/declarative/dial
INSTALLS += target sources