summaryrefslogtreecommitdiffstats
path: root/examples/draganddrop/dropsite/dropsite.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/draganddrop/dropsite/dropsite.pro')
-rw-r--r--examples/draganddrop/dropsite/dropsite.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/draganddrop/dropsite/dropsite.pro b/examples/draganddrop/dropsite/dropsite.pro
new file mode 100644
index 0000000000..22b587ad7a
--- /dev/null
+++ b/examples/draganddrop/dropsite/dropsite.pro
@@ -0,0 +1,13 @@
+HEADERS = droparea.h \
+ dropsitewindow.h
+SOURCES = droparea.cpp \
+ dropsitewindow.cpp \
+ main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/dropsite
+sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/dropsite
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)