aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick.pro
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-03-12 12:05:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 09:25:31 +0100
commit5b0935a10599fbdf9c1df383044ba1e59eec0058 (patch)
treef567e0d9ff915e3796c79c9e038ae59748cd5df9 /examples/quick/quick.pro
parent8dd85a0a8ba346e960d568c1ad03dad5df2a804a (diff)
Move Qt Quick Widgets example and document it
Because QtQuickWidgets is part of Qt Quick module documentation, its examples need to also be moved under the examples/quick directory structure. This change moves the example, creates minimal documentation for it, and adds a link to it from the QQuickWidget class reference. Task-number: QTBUG-37272 Change-Id: Iffb67849f150b9aaf0edaef5852364e93f7752b8 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r--examples/quick/quick.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index 1f96111b04..f39931bd94 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -26,7 +26,8 @@ SUBDIRS = quick-accessibility \
# Widget dependent examples
qtHaveModule(widgets) {
- SUBDIRS += embeddedinwidgets
+ SUBDIRS += embeddedinwidgets \
+ quickwidgets
}
EXAMPLE_FILES = \