diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-06 20:58:51 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-08-06 20:58:51 (GMT) |
commit | 58d02887618e25714dc6e41d60950a2b266bfe28 (patch) | |
tree | efdeee6c74551f4c0778544c2d3773775bb6bec6 /tests/auto/qtextcodec/qtextcodec.pro | |
parent | 1d09376c4eec88ba94f00a4b045fc425c5f51346 (diff) | |
parent | 4a74d7147b565ef2e8d3e20caf6b37bc7bdfabc1 (diff) | |
download | Qt-58d02887618e25714dc6e41d60950a2b266bfe28.zip Qt-58d02887618e25714dc6e41d60950a2b266bfe28.tar.gz Qt-58d02887618e25714dc6e41d60950a2b266bfe28.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Rename Symbian generated mmp/mk files to include target in filename
Use ARGB32 premultiplied backing store format in Symbian^3
Register window types for Symbian system effects
Added $$MW_LAYER_SYSTEMINCLUDE to some autotests
Fix duplicate binary names issues in Symbian autotests
Fix some autotest deployments to work in case Qt is already deployed
Fix run and runonphone targets for projects that have TARGET with path
Diffstat (limited to 'tests/auto/qtextcodec/qtextcodec.pro')
-rw-r--r-- | tests/auto/qtextcodec/qtextcodec.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtextcodec/qtextcodec.pro b/tests/auto/qtextcodec/qtextcodec.pro index 0bcf067..6cb13a9 100644 --- a/tests/auto/qtextcodec/qtextcodec.pro +++ b/tests/auto/qtextcodec/qtextcodec.pro @@ -1,4 +1,4 @@ TEMPLATE = subdirs SUBDIRS = test -!wince*:SUBDIRS += echo +!wince*:!symbian:SUBDIRS += echo |