summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dial/dial.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dial/dial.pro')
-rw-r--r--examples/declarative/dial/dial.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/declarative/dial/dial.pro b/examples/declarative/dial/dial.pro
deleted file mode 100644
index 1d1f811..0000000
--- a/examples/declarative/dial/dial.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-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