qt5base-lts/examples/widgets/tools/tools.pro
Oswald Buddenhagen ecb2c0c24c fix processing order for qmake -r
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>
2013-04-19 20:10:46 +02:00

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