diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-09-06 06:23:42 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-09-06 06:23:42 (GMT) |
commit | a465b9e92bea7669052882dc6dd59a8b6f447bf4 (patch) | |
tree | 0e9f50b3a8f776e562afa34d7903d5d16ba7ccb5 /qmake/Makefile.win32-g++-sh | |
parent | d869e2da86d46cff772252e053098555c3151eac (diff) | |
download | Qt-a465b9e92bea7669052882dc6dd59a8b6f447bf4.zip Qt-a465b9e92bea7669052882dc6dd59a8b6f447bf4.tar.gz Qt-a465b9e92bea7669052882dc6dd59a8b6f447bf4.tar.bz2 |
Compile fix MinGW, 5738dcd705e7edde816940f9c0ab2c364c81ad20 broke it.
Task-number: QT-3825
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 98237e7..5295ddb 100644 --- a/qmake/Makefile.win32-g++-sh +++ b/qmake/Makefile.win32-g++-sh @@ -81,6 +81,7 @@ QTOBJS= \ qutfcodec.o \ qstring.o \ qstringlist.o \ + qsystemlibrary.o \ qtextstream.o \ quuid.o \ qvector.o \ @@ -235,6 +236,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 +qsystemlibrary.o: $(SOURCE_PATH)/src/corelib/plugin/qsystemlibrary.cpp + $(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/plugin/qsystemlibrary.cpp + qmap.o: $(SOURCE_PATH)/src/corelib/tools/qmap.cpp $(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/tools/qmap.cpp |