diff options
Diffstat (limited to 'tests/auto/qnetworksession/lackey/lackey.pro')
-rw-r--r-- | tests/auto/qnetworksession/lackey/lackey.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qnetworksession/lackey/lackey.pro b/tests/auto/qnetworksession/lackey/lackey.pro index 6cc1b43..3ed9850 100644 --- a/tests/auto/qnetworksession/lackey/lackey.pro +++ b/tests/auto/qnetworksession/lackey/lackey.pro @@ -2,3 +2,9 @@ SOURCES += main.cpp TARGET = qnetworksessionlackey QT = core network + +symbian { + # Needed for interprocess communication and opening QNetworkSession + TARGET.CAPABILITY = NetworkControl NetworkServices +} + |