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
This commit is contained in:
Casper van Donderen 2011-06-27 10:31:24 +02:00 committed by Qt by Nokia
parent a964e56228
commit 6f262a60d1
4 changed files with 9 additions and 7 deletions

View File

@ -1,7 +1,8 @@
TEMPLATE = subdirs
SUBDIRS = calendar \
orderform \
syntaxhighlighter
syntaxhighlighter \
textedit
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext

View File

@ -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

View File

@ -13,6 +13,7 @@ SUBDIRS = codecs \
settingseditor \
styleplugin \
treemodelcompleter \
undo \
undoframework
plugandpaint.depends = plugandpaintplugins

View File

@ -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