diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-29 10:33:06 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-07-29 10:33:06 (GMT) |
commit | e62f0aec863147682fcfcb651d13e0e7cff6d363 (patch) | |
tree | 49a5055ba465e412dba76a60c5f81c20a7ffe674 /tests/auto/qnetworkreply/test | |
parent | 65642dd343bf61510117cd7e13f69e7138247932 (diff) | |
parent | 940b5b23268193d58d7e229bf97a22276098790b (diff) | |
download | Qt-e62f0aec863147682fcfcb651d13e0e7cff6d363.zip Qt-e62f0aec863147682fcfcb651d13e0e7cff6d363.tar.gz Qt-e62f0aec863147682fcfcb651d13e0e7cff6d363.tar.bz2 |
Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration into 4.7-integration
* 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration:
Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ( d521d7d81e8f0297c94be9ebd8af67ee130d0edb )
Workaround for QTBUG-8013: Do not return an ascent of 0
Fix crash when all the items in a QListView are hidden
Removed QEXPECT_FAIL macros from test cases which now pass
Ensure backing store is deleted before top-level window
One more .pro fix for deprecated INCPATH
Fix Rhys' qmake warnings
Fixed QVideoSurfaceFormat::isValid()
Diffstat (limited to 'tests/auto/qnetworkreply/test')
-rw-r--r-- | tests/auto/qnetworkreply/test/test.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro index b9ece38..6e1b1e3 100644 --- a/tests/auto/qnetworkreply/test/test.pro +++ b/tests/auto/qnetworkreply/test/test.pro @@ -31,7 +31,7 @@ symbian:{ DEPLOYMENT += certFiles # Symbian toolchain does not support correct include semantics - INCPATH+=..\\..\\..\\..\\include\\QtNetwork\\private + INCLUDEPATH+=..\\..\\..\\..\\include\\QtNetwork\\private # bigfile test case requires more heap TARGET.EPOCHEAPSIZE="0x100 0x1000000" TARGET.CAPABILITY="ALL -TCB" |