2012-11-27 13:18:41 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
|
|
|
codecs \
|
|
|
|
completer \
|
|
|
|
customcompleter \
|
|
|
|
echoplugin \
|
|
|
|
i18n \
|
|
|
|
plugandpaint \
|
|
|
|
plugandpaintplugins \
|
|
|
|
regexp \
|
|
|
|
settingseditor \
|
|
|
|
styleplugin \
|
|
|
|
treemodelcompleter \
|
|
|
|
undo \
|
|
|
|
undoframework
|
|
|
|
|
2012-12-05 13:40:38 +00:00
|
|
|
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
|
|
|
|
|
2012-11-27 13:18:41 +00:00
|
|
|
plugandpaint.depends = plugandpaintplugins
|
|
|
|
|
|
|
|
# install
|
|
|
|
sources.files = tools.pro
|
|
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools
|
|
|
|
INSTALLS += sources
|