ecb2c0c24c
the plugandpaint example statically links to one of the plugins, so there is a build-time dependency. Change-Id: I9c77b5641028e6b958ceeea56c606bda59f396b4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
20 lines
527 B
Prolog
20 lines
527 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
codecs \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
i18n \
|
|
plugandpaintplugins \
|
|
plugandpaint \
|
|
regexp \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
undo \
|
|
undoframework
|
|
|
|
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
|
|
|
|
plugandpaint.depends = plugandpaintplugins
|