summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32-g++
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 16:47:41 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 16:47:41 -0500
commit1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a (patch)
tree9a0f14bc0aa25cc54bcbadc7aeae4b62e2a19ace /qmake/Makefile.win32-g++
parent6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff)
downloadtqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.tar.gz
tqt3-1ecf57d6cfc4c0f3703eef6c90df9c3914baec6a.zip
Automated update from Qt3
Diffstat (limited to 'qmake/Makefile.win32-g++')
-rw-r--r--qmake/Makefile.win32-g++10
1 files changed, 5 insertions, 5 deletions
diff --git a/qmake/Makefile.win32-g++ b/qmake/Makefile.win32-g++
index aafe9ed8..b1598dfd 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) $<