summaryrefslogtreecommitdiffstats
path: root/tests/auto/platformsocketengine/platformsocketengine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/platformsocketengine/platformsocketengine.pro')
-rw-r--r--tests/auto/platformsocketengine/platformsocketengine.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/platformsocketengine/platformsocketengine.pro b/tests/auto/platformsocketengine/platformsocketengine.pro
new file mode 100644
index 0000000000..faf745c679
--- /dev/null
+++ b/tests/auto/platformsocketengine/platformsocketengine.pro
@@ -0,0 +1,16 @@
+load(qttest_p4)
+SOURCES += tst_platformsocketengine.cpp
+
+include(../platformsocketengine/platformsocketengine.pri)
+
+requires(contains(QT_CONFIG,private_tests))
+
+MOC_DIR=tmp
+
+QT = core network
+
+symbian {
+ TARGET.CAPABILITY = NetworkServices
+ INCLUDEPATH += $$OS_LAYER_SYSTEMINCLUDE
+ LIBS += -lesock
+}