summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/droprectangle/droprectangle.pro
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@digia.com>2012-10-16 18:11:42 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-19 17:35:51 +0200
commit4c41cb48d0356a28190c300fd4cc5e03f824b870 (patch)
treea259e1307575ed841b7ee877f4eb685146fdabe7 /src/gui/doc/snippets/droprectangle/droprectangle.pro
parent59009cfd0c0ac36bab5864c2a48dfc052ea29191 (diff)
Modularize drag and drop documentation
- Move dnd docs and examples out of QtDoc module to gui library in QtBase - Remove info related to Motif dnd since Qt5 doesn't implement it Change-Id: Id7eb4eb422f4294a36dd92709ce3007903371f03 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/gui/doc/snippets/droprectangle/droprectangle.pro')
-rw-r--r--src/gui/doc/snippets/droprectangle/droprectangle.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/doc/snippets/droprectangle/droprectangle.pro b/src/gui/doc/snippets/droprectangle/droprectangle.pro
new file mode 100644
index 0000000000..6283406f25
--- /dev/null
+++ b/src/gui/doc/snippets/droprectangle/droprectangle.pro
@@ -0,0 +1,3 @@
+HEADERS = window.h
+SOURCES = main.cpp \
+ window.cpp