summaryrefslogtreecommitdiffstats
path: root/examples/dragdrop/dragdrop.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dragdrop/dragdrop.pro')
-rw-r--r--examples/dragdrop/dragdrop.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/dragdrop/dragdrop.pro b/examples/dragdrop/dragdrop.pro
new file mode 100644
index 0000000..e560fbf
--- /dev/null
+++ b/examples/dragdrop/dragdrop.pro
@@ -0,0 +1,13 @@
+TEMPLATE = app
+TARGET = dragdrop
+
+CONFIG += qt warn_on release
+DEPENDPATH = ../../include
+
+REQUIRES = full-config
+
+HEADERS = dropsite.h \
+ secret.h
+SOURCES = dropsite.cpp \
+ main.cpp \
+ secret.cpp