summaryrefslogtreecommitdiffstats
path: root/examples/widgets/draganddrop/dropsite/dropsite.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/draganddrop/dropsite/dropsite.pro')
-rw-r--r--examples/widgets/draganddrop/dropsite/dropsite.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/draganddrop/dropsite/dropsite.pro b/examples/widgets/draganddrop/dropsite/dropsite.pro
new file mode 100644
index 0000000000..8198b19e79
--- /dev/null
+++ b/examples/widgets/draganddrop/dropsite/dropsite.pro
@@ -0,0 +1,14 @@
+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
+
+QT += widgets
+simulator: warning(This example might not fully work on Simulator platform)