qt5base-lts/tests/auto/corelib/corelib.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

19 lines
218 B
Prolog

TEMPLATE=subdirs
SUBDIRS = \
kernel
!uikit: SUBDIRS += \
animation \
global \
io \
itemmodels \
mimetypes \
plugin \
serialization \
statemachine \
text \
thread \
time \
tools