Commit 035f5478 authored by Marc Mutz's avatar Marc Mutz
Browse files

tools: use QStringBuilder


src/tools/bootstrap was already compiled with QT_USE_STRINGBUILDER,
by way of load(qt_module), but the actual apps weren't.

Some apps become smaller, some larger; all (presumably) faster.

Change-Id: Idc8662e62ec14b27e730de9842bec295a1b5566e
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent c9e27639
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
load(qt_app) load(qt_app)
CONFIG += console CONFIG += console
DEFINES *= QT_USE_QSTRINGBUILDER
# If we are doing a prefix build, create a "module" pri which enables # If we are doing a prefix build, create a "module" pri which enables
# qtPrepareTool() to work with the non-installed build. # qtPrepareTool() to work with the non-installed build.
......
...@@ -103,6 +103,7 @@ SOURCES += \ ...@@ -103,6 +103,7 @@ SOURCES += \
../../corelib/tools/qsize.cpp \ ../../corelib/tools/qsize.cpp \
../../corelib/tools/qline.cpp \ ../../corelib/tools/qline.cpp \
../../corelib/tools/qstring.cpp \ ../../corelib/tools/qstring.cpp \
../../corelib/tools/qstringbuilder.cpp \
../../corelib/tools/qstring_compat.cpp \ ../../corelib/tools/qstring_compat.cpp \
../../corelib/tools/qstringlist.cpp \ ../../corelib/tools/qstringlist.cpp \
../../corelib/tools/qvector.cpp \ ../../corelib/tools/qvector.cpp \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment