summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-08-30 15:28:02 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-08-30 16:26:00 (GMT)
commit900eb656849d4fa3ff119305c08b631c76fae75e (patch)
tree647f2f7c1c3d23023474537ce7062238ff823701 /qmake/Makefile.win32
parent1bdc1dfda903426e7a0bd844c48e67ff9e6b6a94 (diff)
downloadQt-900eb656849d4fa3ff119305c08b631c76fae75e.zip
Qt-900eb656849d4fa3ff119305c08b631c76fae75e.tar.gz
Qt-900eb656849d4fa3ff119305c08b631c76fae75e.tar.bz2
Move canonicalPath() to the new qfilesystemengine_unix
Reviewed-by: João Abecasis
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win325
1 files changed, 5 insertions, 0 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index b76348b..ec64fa9 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -89,6 +89,7 @@ QTOBJS= \
qbuffer.obj \
qcryptographichash.obj \
qfilesystementry.obj \
+ qfilesystemengine.obj \
qfilesystemengine_win.obj \
qfsfileengine.obj \
qfsfileengine_iterator.obj \
@@ -144,6 +145,7 @@ clean::
-del qcryptographichash.obj
-del qlinkedlist.obj
-del qfilesystementry.obj
+ -del qfilesystemengine.obj
-del qfilesystemengine_win.obj
-del qfsfileengine.obj
-del qfsfileengine_iterator.obj
@@ -317,6 +319,9 @@ qtemporaryfile.obj: $(SOURCE_PATH)\src\corelib\io\qtemporaryfile.cpp
qfilesystementry.obj: $(SOURCE_PATH)\src\corelib\io\qfilesystementry.cpp
$(CXX) $(CXXFLAGS) $(SOURCE_PATH)\src\corelib\io\qfilesystementry.cpp
+qfilesystemengine.obj: $(SOURCE_PATH)\src\corelib\io\qfilesystemengine.cpp
+ $(CXX) $(CXXFLAGS) $(SOURCE_PATH)\src\corelib\io\qfilesystemengine.cpp
+
qfilesystemengine_win.obj: $(SOURCE_PATH)\src\corelib\io\qfilesystemengine_win.cpp
$(CXX) $(CXXFLAGS) $(SOURCE_PATH)\src\corelib\io\qfilesystemengine_win.cpp