summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@accenture.com>2010-10-08 15:23:55 (GMT)
committerShane Kearns <shane.kearns@accenture.com>2010-10-12 12:56:22 (GMT)
commit8ee99ee22729b4d9603fe83929116259956b81ce (patch)
tree4afec3539ce1eba54daf25875225c88e2cf2b94c /qmake/Makefile.win32
parentbb66cbc4287d17a3f368d3e46e98ca026a5332c7 (diff)
downloadQt-8ee99ee22729b4d9603fe83929116259956b81ce.zip
Qt-8ee99ee22729b4d9603fe83929116259956b81ce.tar.gz
Qt-8ee99ee22729b4d9603fe83929116259956b81ce.tar.bz2
Use QSystemError to return errors from QFileSystemEngine
Testing done: win32-msvc2008 and Mac OS X - qfile, qfileinfo, qdir, qdiriterator, qtemporaryfile autotests symbian-sbsv2 - qtcore, qtgui, qtxml autotests win32-g++ - compilation test for qmake Reviewed-By: Thomas Zander
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win321
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index 4333d45..c9e623d 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -103,6 +103,7 @@ QTOBJS= \
qutfcodec.obj \
qstring.obj \
qstringlist.obj \
+ qsystemerror.obj \
qtextstream.obj \
qdatastream.obj \
quuid.obj \