summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-19 11:16:34 +0100
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-02-19 10:24:09 +0000
commit480f3df2eab9ad13e0d7ea1245158866a0b942bd (patch)
treec920d15fab1133dc100828e9f1e18da8e6b059cc /qmake
parent6ebcf2c24b43fdc1d6da50e9d7ec9dd63dd507d7 (diff)
Fixed linkage failure when building qmake on Unix platforms
Commits f641369c/5254184c and 13cb80be/6ebcf2c2 caused registry.o and epocroot.o respectively to be included twice during the linkage step of qmake/Makefile.unix.
Diffstat (limited to 'qmake')
-rw-r--r--qmake/Makefile.unix2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/Makefile.unix b/qmake/Makefile.unix
index 54691345d7..fa98fd6688 100644
--- a/qmake/Makefile.unix
+++ b/qmake/Makefile.unix
@@ -22,8 +22,6 @@ QOBJS=qtextcodec.o qutfcodec.o qstring.o qtextstream.o qiodevice.o qmalloc.o qgl
qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtemporaryfile.o \
qmap.o qmetatype.o qsettings.o qlibraryinfo.o qvariant.o qvsnprintf.o \
qlocale.o qlinkedlist.o qurl.o qnumeric.o qcryptographichash.o qxmlstream.o qxmlutils.o \
- registry.o \
- epocroot.o \
$(QTOBJS)