18ec53156e
* Assume UTF-8 on all Unix like systems * Export some functions to be able to compile QTextCodec once moved to Qt5Compat. Task-number: QTBUG-75665 Change-Id: I52ec47a848bc0ba72e9c7689668b1bcc5d736c29 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
22 lines
514 B
Prolog
22 lines
514 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
completer \
|
|
customcompleter \
|
|
echoplugin \
|
|
i18n \
|
|
plugandpaint \
|
|
regularexpression \
|
|
settingseditor \
|
|
styleplugin \
|
|
treemodelcompleter \
|
|
undo \
|
|
undoframework
|
|
|
|
contains(DEFINES, QT_NO_TRANSLATION): SUBDIRS -= i18n
|
|
|
|
!qtConfig(library) {
|
|
SUBDIRS -= \
|
|
echoplugin \
|
|
plugandpaint
|
|
}
|