diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-08-30 15:28:02 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-08-30 16:26:00 (GMT) |
commit | 900eb656849d4fa3ff119305c08b631c76fae75e (patch) | |
tree | 647f2f7c1c3d23023474537ce7062238ff823701 /src/corelib/io/io.pri | |
parent | 1bdc1dfda903426e7a0bd844c48e67ff9e6b6a94 (diff) | |
download | Qt-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 'src/corelib/io/io.pri')
-rw-r--r-- | src/corelib/io/io.pri | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri index 3bde2de..7a34275 100644 --- a/src/corelib/io/io.pri +++ b/src/corelib/io/io.pri @@ -56,7 +56,8 @@ SOURCES += \ io/qfsfileengine.cpp \ io/qfsfileengine_iterator.cpp \ io/qfilesystemwatcher.cpp \ - io/qfilesystementry.cpp + io/qfilesystementry.cpp \ + io/qfilesystemengine.cpp win32 { SOURCES += io/qsettings_win.cpp |