summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/draganddrop.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/draganddrop/draganddrop.pro')
-rw-r--r--examples/widgets/draganddrop/draganddrop.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/draganddrop/draganddrop.pro b/examples/widgets/draganddrop/draganddrop.pro
new file mode 100644
index 0000000000..a209ae31e4
--- /dev/null
+++ b/examples/widgets/draganddrop/draganddrop.pro
@@ -0,0 +1,13 @@
+TEMPLATE = subdirs
+SUBDIRS = draggableicons \
+ draggabletext \
+ dropsite \
+ fridgemagnets \
+ puzzle
+
+wince*: SUBDIRS -= dropsite
+# install
+sources.files = README *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop
+INSTALLS += sources
+QT += widgets