qt5base-lts/examples/tools/tools.pro
Casper van Donderen 6f262a60d1 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
2011-06-28 14:20:51 +02:00

29 lines
815 B
Prolog

TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = codecs \
completer \
customcompleter \
echoplugin \
i18n \
inputpanel \
contiguouscache \
plugandpaintplugins \
plugandpaint \
regexp \
settingseditor \
styleplugin \
treemodelcompleter \
undo \
undoframework
plugandpaint.depends = plugandpaintplugins
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
INSTALLS += target sources
symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example