summaryrefslogtreecommitdiffstats
path: root/examples/tools
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-06-27 10:31:24 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-28 14:20:51 +0200
commit6f262a60d19a68ed8bfedf26839aec96d16c2550 (patch)
treeb58db5609a4ee1d14abbc8cefe5fb9766b185e01 /examples/tools
parenta964e56228d147c1acf748e4fe69004593d38c2d (diff)
Add the richtext and tools demo-examples to build.
Change-Id: I3a64dc0fb11f9ebbcb0cb2f97598370ca5962a3c Reviewed-on: http://codereview.qt.nokia.com/773 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
Diffstat (limited to 'examples/tools')
-rw-r--r--examples/tools/tools.pro1
-rw-r--r--examples/tools/undo/undo.pro6
2 files changed, 4 insertions, 3 deletions
diff --git a/examples/tools/tools.pro b/examples/tools/tools.pro
index 5335b7fe6a..c6e0250934 100644
--- a/examples/tools/tools.pro
+++ b/examples/tools/tools.pro
@@ -13,6 +13,7 @@ SUBDIRS = codecs \
settingseditor \
styleplugin \
treemodelcompleter \
+ undo \
undoframework
plugandpaint.depends = plugandpaintplugins
diff --git a/examples/tools/undo/undo.pro b/examples/tools/undo/undo.pro
index 84f1d7b326..0c7c40dd5f 100644
--- a/examples/tools/undo/undo.pro
+++ b/examples/tools/undo/undo.pro
@@ -10,9 +10,9 @@ build_all:!build_pass {
RESOURCES += undo.qrc
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/undo
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undo
sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/undo
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undo
INSTALLS += target sources
-symbian: CONFIG += qt_demo
+symbian: CONFIG += qt_example