diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2009-12-22 02:17:58 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2009-12-22 03:53:28 (GMT) |
commit | 0f31f63e11d4fcb2b399979de28368a89275b911 (patch) | |
tree | 81cd495848d4bc5e576350fc1f1a3c044d93a2da /tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro | |
parent | c2c31f30830a4e1e455a13321dd7bae6ac8b360f (diff) | |
download | Qt-0f31f63e11d4fcb2b399979de28368a89275b911.zip Qt-0f31f63e11d4fcb2b399979de28368a89275b911.tar.gz Qt-0f31f63e11d4fcb2b399979de28368a89275b911.tar.bz2 |
Bearer Management Integration 1.
Diffstat (limited to 'tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro')
-rw-r--r-- | tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro b/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro new file mode 100644 index 0000000..61e4097 --- /dev/null +++ b/tests/auto/qnetworkconfiguration/qnetworkconfiguration.pro @@ -0,0 +1,15 @@ +SOURCES += tst_qnetworkconfiguration.cpp +HEADERS += ../qbearertestcommon.h +TARGET = tst_qnetworkconfiguration +CONFIG += testcase + +QT = core network + +INCLUDEPATH += ../../../src/bearer + +include(../../../common.pri) +qtAddLibrary(QtBearer) + +symbian { + TARGET.CAPABILITY = NetworkServices NetworkControl ReadUserData +} |