diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-07-22 11:29:02 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-07-22 11:29:02 (GMT) |
commit | 5b984faebca64b0542e0221efdee188af22df4bc (patch) | |
tree | 028d19a75e5006f4ff68f6261c36adfc2cc6b227 /tests | |
parent | f3b6b9ab6b068216c3656fd75f1b7e569495bed3 (diff) | |
download | Qt-5b984faebca64b0542e0221efdee188af22df4bc.zip Qt-5b984faebca64b0542e0221efdee188af22df4bc.tar.gz Qt-5b984faebca64b0542e0221efdee188af22df4bc.tar.bz2 |
Fix Rhys' qmake warnings
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qnetworkreply/test/test.pro | 2 | ||||
-rw-r--r-- | tests/benchmarks/network/network.pro | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qnetworkreply/test/test.pro b/tests/auto/qnetworkreply/test/test.pro index 7bf3852..e63146c 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" diff --git a/tests/benchmarks/network/network.pro b/tests/benchmarks/network/network.pro index 4e83db2..ea0f821 100644 --- a/tests/benchmarks/network/network.pro +++ b/tests/benchmarks/network/network.pro @@ -1,5 +1,5 @@ TEMPLATE = subdirs -SUBDIRS = \ +SUBDIRS = \ access \ kernel \ socket |