24 lines
564 B
Prolog
24 lines
564 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
|
|
|
|
!qtConfig(library) {
|
|
SUBDIRS -= \
|
|
echoplugin \
|
|
plugandpaint
|
|
}
|