diff options
Diffstat (limited to 'tests/auto/qnetworksession/lackey/lackey.pro')
-rw-r--r-- | tests/auto/qnetworksession/lackey/lackey.pro | 15 |
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 0000000..5db6743 --- /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 +} + |