diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-10-08 15:23:55 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-10-12 12:56:22 (GMT) |
commit | 8ee99ee22729b4d9603fe83929116259956b81ce (patch) | |
tree | 4afec3539ce1eba54daf25875225c88e2cf2b94c /qmake/Makefile.win32-g++-sh | |
parent | bb66cbc4287d17a3f368d3e46e98ca026a5332c7 (diff) | |
download | Qt-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-g++-sh')
-rw-r--r-- | qmake/Makefile.win32-g++-sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/Makefile.win32-g++-sh b/qmake/Makefile.win32-g++-sh index 2530fe8..aad4a9e 100644 --- a/qmake/Makefile.win32-g++-sh +++ b/qmake/Makefile.win32-g++-sh @@ -83,6 +83,7 @@ QTOBJS= \ qstring.o \ qstringlist.o \ qsystemlibrary.o \ + qsystemerror.o \ qtextstream.o \ quuid.o \ qvector.o \ @@ -246,6 +247,9 @@ qdatetime.o: $(SOURCE_PATH)/src/corelib/tools/qdatetime.cpp qstringlist.o: $(SOURCE_PATH)/src/corelib/tools/qstringlist.cpp $(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qstringlist.cpp +qsystemerror.o: $(SOURCE_PATH)/src/corelib/kernel/qsystemerror.cpp + $(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/kernel/qsystemerror.cpp + qsystemlibrary.o: $(SOURCE_PATH)/src/corelib/plugin/qsystemlibrary.cpp $(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/plugin/qsystemlibrary.cpp |