qt5base-lts/examples/widgets/tools/tools.pro
Montel Laurent 328df640f3 Fix compile with -DQT_NO_TRANSLATION
Change-Id: Ia6929f871485476e8b5bb14e7bf8117d0c562841
Reviewed-by: David Faure <david.faure@kdab.com>
2012-12-05 17:29:46 +01:00

25 lines
637 B
Prolog

TEMPLATE = subdirs
SUBDIRS = \
codecs \
completer \
customcompleter \
echoplugin \
i18n \
plugandpaint \
plugandpaintplugins \
regexp \
settingseditor \
styleplugin \
treemodelcompleter \
undo \
undoframework
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
plugandpaint.depends = plugandpaintplugins
# install
sources.files = tools.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools
INSTALLS += sources