summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32-g++
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-01 13:14:26 +0900
committerMichele Calgaro <[email protected]>2025-01-01 13:14:26 +0900
commit37293565c31fa447fbf7cb0566be51d1204e8991 (patch)
tree0b62542b6be5ad60d1e6e02d68557554ebba6f3e /qmake/Makefile.win32-g++
parent7eccd2d0161a0e17e0609b26a006df35dfd0f462 (diff)
downloadtqt3-37293565c31fa447fbf7cb0566be51d1204e8991.tar.gz
tqt3-37293565c31fa447fbf7cb0566be51d1204e8991.zip
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <[email protected]>
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 7dff21a06..515cfc458 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=tqstring.o tquuid.o tqtextstream.o tqiodevice.o tqglobal.o tqgdict.o tqcstring.o tqdatastream.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