diff options
author | João Abecasis <joao.abecasis@nokia.com> | 2010-08-30 08:01:42 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2010-08-30 11:59:59 (GMT) |
commit | e2eeb1b2410d32b629c675b63dd84c9dcb976546 (patch) | |
tree | c81c7703cf3288cc810f58faf19ac593a8217190 /tools/qtestlib | |
parent | eeae8a7479cdb0b716b28ad502abed69dbf339b2 (diff) | |
download | Qt-e2eeb1b2410d32b629c675b63dd84c9dcb976546.zip Qt-e2eeb1b2410d32b629c675b63dd84c9dcb976546.tar.gz Qt-e2eeb1b2410d32b629c675b63dd84c9dcb976546.tar.bz2 |
Adding QFileSystemEntry and QFileSystemEngine to build system
Since we're refactoring code out of QFSFileEngine the new internal
classes have to be compiled in together with the old engines.
For the time being, we'll assume Mac uses the unix version of the
engine. We'll fork those only if and as needed.
Diffstat (limited to 'tools/qtestlib')
-rw-r--r-- | tools/qtestlib/wince/cetest/bootstrapped.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qtestlib/wince/cetest/bootstrapped.pri b/tools/qtestlib/wince/cetest/bootstrapped.pri index b9c4b2b..0af5c94 100644 --- a/tools/qtestlib/wince/cetest/bootstrapped.pri +++ b/tools/qtestlib/wince/cetest/bootstrapped.pri @@ -4,6 +4,8 @@ SOURCES += \ $$QT_SOURCE_TREE/src/corelib/tools/qstringlist.cpp \ $$QT_SOURCE_TREE/src/corelib/io/qfile.cpp \ $$QT_SOURCE_TREE/src/corelib/io/qdir.cpp \ + $$QT_SOURCE_TREE/src/corelib/io/qfilesystementry.cpp \ + $$QT_SOURCE_TREE/src/corelib/io/qfilesystemengine_win.cpp \ $$QT_SOURCE_TREE/src/corelib/io/qfsfileengine.cpp \ $$QT_SOURCE_TREE/src/corelib/io/qabstractfileengine.cpp \ $$QT_SOURCE_TREE/src/corelib/io/qfsfileengine_win.cpp \ |