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>
21 lines
349 B
Prolog
21 lines
349 B
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = \
|
|
io \
|
|
json \
|
|
mimetypes \
|
|
kernel \
|
|
text \
|
|
thread \
|
|
time \
|
|
tools \
|
|
plugin
|
|
|
|
TRUSTED_BENCHMARKS += \
|
|
kernel/qmetaobject \
|
|
kernel/qmetatype \
|
|
kernel/qobject \
|
|
thread/qthreadstorage \
|
|
io/qdir/tree
|
|
|
|
include(../trusted-benchmarks.pri)
|