diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-16 03:47:31 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-02-16 03:47:31 (GMT) |
commit | 0d950606bf2d4e8d63d552420c7517eea69b3a83 (patch) | |
tree | 8185c7deaff6173e878ed3a066471b827640462b /tests/auto/qnetworksession/lackey/lackey.pro | |
parent | 13a880f23b01856770a3afc12b1a47121ef04349 (diff) | |
download | Qt-0d950606bf2d4e8d63d552420c7517eea69b3a83.zip Qt-0d950606bf2d4e8d63d552420c7517eea69b3a83.tar.gz Qt-0d950606bf2d4e8d63d552420c7517eea69b3a83.tar.bz2 |
Fix QNetworkSession unit test.
Make sure test can find lackey process.
Always connect lackey to tests IPC socket.
Diffstat (limited to 'tests/auto/qnetworksession/lackey/lackey.pro')
-rw-r--r-- | tests/auto/qnetworksession/lackey/lackey.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qnetworksession/lackey/lackey.pro b/tests/auto/qnetworksession/lackey/lackey.pro index 3ed9850..8fbdd58 100644 --- a/tests/auto/qnetworksession/lackey/lackey.pro +++ b/tests/auto/qnetworksession/lackey/lackey.pro @@ -1,8 +1,12 @@ SOURCES += main.cpp -TARGET = qnetworksessionlackey +TARGET = lackey QT = core network +DESTDIR = ./ + +win32:CONFIG += console + symbian { # Needed for interprocess communication and opening QNetworkSession TARGET.CAPABILITY = NetworkControl NetworkServices |