aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtquick/draganddrop/draganddrop.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtquick/draganddrop/draganddrop.pro')
-rw-r--r--examples/qtquick/draganddrop/draganddrop.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/qtquick/draganddrop/draganddrop.pro b/examples/qtquick/draganddrop/draganddrop.pro
deleted file mode 100644
index f937039ca2..0000000000
--- a/examples/qtquick/draganddrop/draganddrop.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = app
-
-QT += quick declarative
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/draganddrop
-qml.files = draganddrop.qml tiles views
-qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/draganddrop
-INSTALLS += target qml
-