0748751c9f
(4.7-generated-declarative branch).
28 lines
792 B
Prolog
28 lines
792 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = codecs \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
i18n \
|
|
inputpanel \
|
|
contiguouscache \
|
|
plugandpaintplugins \
|
|
plugandpaint \
|
|
regexp \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
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
|