328df640f3
Change-Id: Ia6929f871485476e8b5bb14e7bf8117d0c562841 Reviewed-by: David Faure <david.faure@kdab.com>
25 lines
637 B
Prolog
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
|