qt5base-lts/examples/widgets/tools/tools.pro
Karsten Heimrich 18ec53156e Move QTextCodec support out of QtCore
* 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>
2020-06-20 02:04:38 +02:00

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
}