qt5base-lts/examples/widgets/tools/tools.pro
Oswald Buddenhagen 5bbbea4c83 normalize structure of plugandpaint example
as in other examples which come with plugins, use an additional
hierarchy level which contains the app and plugin subdirs.

Change-Id: I2487755967aa3474c337c8c8af10be49627b63d0
Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
2016-05-03 10:25:18 +00:00

18 lines
481 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
codecs \
completer \
customcompleter \
echoplugin \
i18n \
plugandpaint \
regexp \
regularexpression \
settingseditor \
styleplugin \
treemodelcompleter \
undo \
undoframework
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n