summaryrefslogtreecommitdiffstats
path: root/examples/richtext/textedit
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/richtext/textedit
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/richtext/textedit')
-rw-r--r--examples/richtext/textedit/textedit.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/richtext/textedit/textedit.pro b/examples/richtext/textedit/textedit.pro
index b37ac3036a..328de6e51e 100644
--- a/examples/richtext/textedit/textedit.pro
+++ b/examples/richtext/textedit/textedit.pro
@@ -14,9 +14,9 @@ build_all:!build_pass {
}
# install
-target.path = $$[QT_INSTALL_DEMOS]/qtbase/textedit
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/textedit
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
-sources.path = $$[QT_INSTALL_DEMOS]/qtbase/textedit
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/textedit
INSTALLS += target sources
-symbian: CONFIG += qt_demo
+symbian: CONFIG += qt_example