summaryrefslogtreecommitdiffstats
path: root/examples/iconview/simple_dd/simple_dd.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/iconview/simple_dd/simple_dd.pro')
-rw-r--r--examples/iconview/simple_dd/simple_dd.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/iconview/simple_dd/simple_dd.pro b/examples/iconview/simple_dd/simple_dd.pro
new file mode 100644
index 0000000..5ccef9c
--- /dev/null
+++ b/examples/iconview/simple_dd/simple_dd.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+
+CONFIG += qt warn_on release
+
+REQUIRES = full-config
+
+HEADERS = main.h
+SOURCES = main.cpp
+
+