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.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qnetworksession/lackey/lackey.pro b/tests/auto/qnetworksession/lackey/lackey.pro
new file mode 100644
index 0000000000..5db6743c65
--- /dev/null
+++ b/tests/auto/qnetworksession/lackey/lackey.pro
@@ -0,0 +1,15 @@
+SOURCES += main.cpp
+TARGET = lackey
+
+QT = core network
+
+DESTDIR = ./
+
+win32:CONFIG += console
+mac:CONFIG -= app_bundle
+
+symbian {
+ # Needed for interprocess communication and opening QNetworkSession
+ TARGET.CAPABILITY = NetworkControl NetworkServices
+}
+