mirror of https://github.com/qt/qtbase.git
29 lines
713 B
Prolog
29 lines
713 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
codecs \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
i18n \
|
|
plugandpaintplugins \
|
|
plugandpaint \
|
|
regexp \
|
|
regularexpression \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
undo \
|
|
undoframework
|
|
|
|
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
|
|
|
|
plugandpaint.depends = plugandpaintplugins
|
|
|
|
load(qfeatures)
|
|
contains(QT_DISABLED_FEATURES, library) {
|
|
SUBDIRS -= \
|
|
echoplugin \
|
|
plugandpaintplugins \
|
|
plugandpaint
|
|
}
|