summaryrefslogtreecommitdiffstats
path: root/tools/configure/Makefile.mingw
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@nokia.com>2012-03-27 11:21:27 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-29 11:28:41 +0200
commitfb650b0271b52a31da670d68858b54abfe595bfa (patch)
tree7cd01d9bbcc07ffa492b703a23a7bba73b494fb0 /tools/configure/Makefile.mingw
parent2d35844ee583175dffd3e4e0bc9916a727598678 (diff)
Compile QArrayData in bootstrap phase.
This change will be needed during migration from QByteArrayData to QArrayData. Change-Id: I0c8d6f9ed3ef7c33af62736af55259a8f9a70c0f Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'tools/configure/Makefile.mingw')
-rw-r--r--tools/configure/Makefile.mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/Makefile.mingw b/tools/configure/Makefile.mingw
index c4255f545f..c09b510bba 100644
--- a/tools/configure/Makefile.mingw
+++ b/tools/configure/Makefile.mingw
@@ -20,6 +20,7 @@ OBJECTS = \
configureapp.o \
environment.o \
tools.o \
+ qarraydata.o \
qbytearray.o \
qbytearraymatcher.o \
qhash.o \