summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-04-27 07:10:13 (GMT)
committeraxis <qt-info@nokia.com>2009-04-27 07:10:13 (GMT)
commit048dfa3ef660d483c65c0984ee6e913005cb980f (patch)
tree79ec309215b2979fe8bf1992fdb7165019f0f5da /qmake/Makefile.win32
parente74c8dc65e2feffb9a55d00aee5ca634fba41df8 (diff)
downloadQt-048dfa3ef660d483c65c0984ee6e913005cb980f.zip
Qt-048dfa3ef660d483c65c0984ee6e913005cb980f.tar.gz
Qt-048dfa3ef660d483c65c0984ee6e913005cb980f.tar.bz2
Fixed a few typos in qmake makefile for win32.
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win323
1 files changed, 2 insertions, 1 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index e5c83d8..d8b4056 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -232,6 +232,7 @@ clean::
-del symmake.obj
-del symmake_abld.obj
-del symmake_sbsv2.obj
+ -del initprojectdeploy_symbian.obj
-del pbuilder_pbx.obj
-del qnumeric.obj \
-del qscriptasm.obj \
@@ -462,7 +463,7 @@ symmake_abld.obj: $(SOURCE_PATH)/qmake/generators/symbian/symmake_abld.cpp
symmake_sbsv2.obj: $(SOURCE_PATH)/qmake/generators/symbian/symmake_sbsv2.cpp
$(CXX) $(CXXFLAGS) generators/symbian/symmake_sbsv2.cpp
-initprojectdeploy_symbian.o: $(SOURCE_PATH)/qmake/generators/symbian/initprojectdeploy_symbian.cpp
+initprojectdeploy_symbian.obj: $(SOURCE_PATH)/qmake/generators/symbian/initprojectdeploy_symbian.cpp
$(CXX) $(CXXFLAGS) generators/symbian/initprojectdeploy_symbian.cpp
md5.obj: $(SOURCE_PATH)\src\3rdparty\md5\md5.cpp