fa7c9bbe1c
These .pro files have TEMPLATE=subdirs, so there's no reason to be adding libraries here. Change-Id: I0fb0a44107710ee746d354106d0c46006958ee62 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
25 lines
726 B
Prolog
25 lines
726 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = codecs \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
i18n \
|
|
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
|