summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32-g++
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/Makefile.win32-g++')
-rw-r--r--qmake/Makefile.win32-g++5
1 files changed, 1 insertions, 4 deletions
diff --git a/qmake/Makefile.win32-g++ b/qmake/Makefile.win32-g++
index eb6cacda0..10b8c0550 100644
--- a/qmake/Makefile.win32-g++
+++ b/qmake/Makefile.win32-g++
@@ -16,7 +16,7 @@ ADDCLEAN =
#tqmake code
OBJS=project.o main.o makefile.o unixmake.o unixmake2.o mingw_make.o \
msvc_nmake.o msvc_dsp.o msvc_vcproj.o option.o winmakefile.o projectgenerator.o \
- metrowerks_xml.o pbuilder_pbx.o msvc_objectmodel.o property.o meta.o qtmd5.o
+ pbuilder_pbx.o msvc_objectmodel.o property.o meta.o qtmd5.o
#qt code
QTOBJS=qstring.o quuid.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o qdatastream.o \
@@ -190,8 +190,5 @@ option.o: option.cpp option.h
projectgenerator.o: generators/projectgenerator.cpp
$(CXX) $(CXXFLAGS) generators/projectgenerator.cpp
-metrowerks_xml.o: generators/mac/metrowerks_xml.cpp
- $(CXX) $(CXXFLAGS) generators/mac/metrowerks_xml.cpp
-
pbuilder_pbx.o: generators/mac/pbuilder_pbx.cpp
$(CXX) $(CXXFLAGS) generators/mac/pbuilder_pbx.cpp