summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworksession/lackey/lackey.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qnetworksession/lackey/lackey.pro')
-rw-r--r--tests/auto/qnetworksession/lackey/lackey.pro10
1 files changed, 10 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..3ed9850
--- /dev/null
+++ b/tests/auto/qnetworksession/lackey/lackey.pro
@@ -0,0 +1,10 @@
+SOURCES += main.cpp
+TARGET = qnetworksessionlackey
+
+QT = core network
+
+symbian {
+ # Needed for interprocess communication and opening QNetworkSession
+ TARGET.CAPABILITY = NetworkControl NetworkServices
+}
+