From 3abc6be68547e00cd90cfb0fd9151650fe937184 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Sun, 26 Feb 2012 15:20:24 +0100 Subject: Build qmake with QStringBuilder. QStringBuilder will be enabled by default so qmake should build with it. qstringbuiler.cpp has to be compiled in just for the convertFromAscii (The alternative was to build with QT_NO_CAST_FROM_ASCII, but that would be too much work) Change-Id: I1fbeed7ed8a9d3bc38ef591a687c50644980e2fd Reviewed-by: Oswald Buddenhagen --- qmake/Makefile.win32 | 1 + 1 file changed, 1 insertion(+) (limited to 'qmake/Makefile.win32') diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32 index adcfb040ed..8e37b3e646 100644 --- a/qmake/Makefile.win32 +++ b/qmake/Makefile.win32 @@ -106,6 +106,7 @@ QTOBJS= \ qutfcodec.obj \ qstring.obj \ qstringlist.obj \ + qstringbuilder.obj \ qsystemerror.obj \ qtextstream.obj \ qdatastream.obj \ -- cgit v1.2.3