diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-08-30 17:28:02 +0200 |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-08-30 18:26:00 +0200 |
commit | 900eb656849d4fa3ff119305c08b631c76fae75e (patch) | |
tree | 647f2f7c1c3d23023474537ce7062238ff823701 /qmake/qmake.pri | |
parent | 1bdc1dfda903426e7a0bd844c48e67ff9e6b6a94 (diff) | |
download | qt4-tools-900eb656849d4fa3ff119305c08b631c76fae75e.tar.gz |
Move canonicalPath() to the new qfilesystemengine_unix
Reviewed-by: João Abecasis
Diffstat (limited to 'qmake/qmake.pri')
-rw-r--r-- | qmake/qmake.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri index 4d78c8bf31..be6a90965e 100644 --- a/qmake/qmake.pri +++ b/qmake/qmake.pri @@ -58,6 +58,7 @@ bootstrap { #Qt code qabstractfileengine.cpp \ qfileinfo.cpp \ qfilesystementry.cpp \ + qfilesystemengine.cpp \ qfsfileengine.cpp \ qfsfileengine_iterator.cpp \ qglobal.cpp \ |