summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-07-22 11:29:02 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-07-22 11:29:02 (GMT)
commit5b984faebca64b0542e0221efdee188af22df4bc (patch)
tree028d19a75e5006f4ff68f6261c36adfc2cc6b227
parentf3b6b9ab6b068216c3656fd75f1b7e569495bed3 (diff)
downloadQt-5b984faebca64b0542e0221efdee188af22df4bc.zip
Qt-5b984faebca64b0542e0221efdee188af22df4bc.tar.gz
Qt-5b984faebca64b0542e0221efdee188af22df4bc.tar.bz2
Fix Rhys' qmake warnings
-rw-r--r--examples/network/torrent/torrent.pro2
-rw-r--r--tests/auto/qnetworkreply/test/test.pro2
-rw-r--r--tests/benchmarks/network/network.pro2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/network/torrent/torrent.pro b/examples/network/torrent/torrent.pro
index 7665455..44716fd 100644
--- a/examples/network/torrent/torrent.pro
+++ b/examples/network/torrent/torrent.pro
@@ -5,7 +5,7 @@ HEADERS += addtorrentdialog.h \
metainfo.h \
peerwireclient.h \
ratecontroller.h \
- filemanager.h \
+ filemanager.h \
torrentclient.h \
torrentserver.h \
trackerclient.h
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