From 1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 19 Jun 2012 16:47:41 -0500 Subject: Automated update from Qt3 --- qmake/Makefile.win32-g++ | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qmake/Makefile.win32-g++') diff --git a/qmake/Makefile.win32-g++ b/qmake/Makefile.win32-g++ index aafe9ed8a..b1598dfd9 100644 --- a/qmake/Makefile.win32-g++ +++ b/qmake/Makefile.win32-g++ @@ -9,11 +9,11 @@ CFLAGS = -c -o$@ -O \ CXXFLAGS = $(CFLAGS) LFLAGS = LIBS = -lole32 -luuid -LINKQMAKE = g++ $(LFLAGS) -o qmake.exe $(OBJS) $(QTOBJS) $(LIBS) +LINKQMAKE = g++ $(LFLAGS) -o tqmake.exe $(OBJS) $(QTOBJS) $(LIBS) ADDCLEAN = -#qmake code +#tqmake code OBJS=project.o main.o makefile.o unixmake.o unixmake2.o borland_bmake.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 @@ -27,15 +27,15 @@ QTOBJS=qstring.o quuid.o qtextstream.o qiodevice.o qglobal.o qgdict.o qcstring.o -qmake.exe: $(OBJS) $(QTOBJS) +tqmake.exe: $(OBJS) $(QTOBJS) $(LINKQMAKE) - -copy qmake.exe ..\bin\qmake.exe + -copy tqmake.exe ..\bin\tqmake.exe clean:: -del $(OBJS) $(QTOBJS) $(ADDCLEAN) distclean:: clean - -del qmake + -del tqmake .c.o: $(CXX) $(CFLAGS) $< -- cgit v1.2.1