diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-20 14:22:55 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-20 14:22:55 (GMT) |
commit | f1671303b3da7cfe8532699541ae8dd41e122f8e (patch) | |
tree | 8dec43bea3747d3f8809eb9089a78ba78adef4e5 /tests/auto/qnetworksession/lackey/lackey.pro | |
parent | d05f83919949fd9604e6d96858a8404c9a580def (diff) | |
parent | 1449a1b84f12d937b56ae2b9f4a3ba3dc704281e (diff) | |
download | Qt-f1671303b3da7cfe8532699541ae8dd41e122f8e.zip Qt-f1671303b3da7cfe8532699541ae8dd41e122f8e.tar.gz Qt-f1671303b3da7cfe8532699541ae8dd41e122f8e.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/mobility-staging into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/mobility-staging: (114 commits)
Create unit-test in parent directory.
Allow QNAM to be created as a global variable.
Don't load NetworkManager plugin in NetworkManager is not available.
Disable NLA plugin, build generic on win32 and mac.
Fix QNetworkSession unit test.
Fix segfault.
Remove debug output.
Make this a warning.
Don't block forever if no bearer plugins are loaded.
Always build generic plugin when building NetworkManager plugin.
Add QT_MODULE headers.
Change docs: "phone" -> "device".
Remove unused code.
Simplify.
Optimise iterations over QHash.
Use snippets.
Reorder members to remove hole.
Expand documentation for QNAM::setConfiguration() and friends.
Fix build on Windows, typo.
Fix build on Windows.
...
Diffstat (limited to 'tests/auto/qnetworksession/lackey/lackey.pro')
-rw-r--r-- | tests/auto/qnetworksession/lackey/lackey.pro | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qnetworksession/lackey/lackey.pro b/tests/auto/qnetworksession/lackey/lackey.pro new file mode 100644 index 0000000..8fbdd58 --- /dev/null +++ b/tests/auto/qnetworksession/lackey/lackey.pro @@ -0,0 +1,14 @@ +SOURCES += main.cpp +TARGET = lackey + +QT = core network + +DESTDIR = ./ + +win32:CONFIG += console + +symbian { + # Needed for interprocess communication and opening QNetworkSession + TARGET.CAPABILITY = NetworkControl NetworkServices +} + |