summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-10-07 10:50:21 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-10-07 10:50:21 (GMT)
commit71f04c22f128a52353f0a53d6d118375c0e99e33 (patch)
tree0595c1d45157a5ce12c97971d138c22d52d35efd /qmake
parente3724aeab93a2ab3cc5b1d78c42f9a4e2f60628d (diff)
downloadQt-71f04c22f128a52353f0a53d6d118375c0e99e33.zip
Qt-71f04c22f128a52353f0a53d6d118375c0e99e33.tar.gz
Qt-71f04c22f128a52353f0a53d6d118375c0e99e33.tar.bz2
Compile fixes for mingw
Diffstat (limited to 'qmake')
-rw-r--r--qmake/Makefile.win32-g++-sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/Makefile.win32-g++-sh b/qmake/Makefile.win32-g++-sh
index 97be5b5..2530fe8 100644
--- a/qmake/Makefile.win32-g++-sh
+++ b/qmake/Makefile.win32-g++-sh
@@ -62,6 +62,7 @@ QTOBJS= \
qfileinfo.o \
qabstractfileengine.o \
qfilesystementry.o \
+ qfilesystemengine.o \
qfilesystemengine_win.o \
qfilesystemiterator_win.o \
qfsfileengine.o \
@@ -197,6 +198,9 @@ qabstractfileengine.o: $(SOURCE_PATH)/src/corelib/io/qabstractfileengine.cpp
qfilesystementry.o: $(SOURCE_PATH)/src/corelib/io/qfilesystementry.cpp
$(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/io/qfilesystementry.cpp
+qfilesystemengine.o: $(SOURCE_PATH)/src/corelib/io/qfilesystemengine.cpp
+ $(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/io/qfilesystemengine.cpp
+
qfilesystemengine_win.o: $(SOURCE_PATH)/src/corelib/io/qfilesystemengine_win.cpp
$(CXX) $(CXXFLAGS) $(SOURCE_PATH)/src/corelib/io/qfilesystemengine_win.cpp