summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket/example/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlocalsocket/example/client/client.pro')
-rw-r--r--tests/auto/qlocalsocket/example/client/client.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qlocalsocket/example/client/client.pro b/tests/auto/qlocalsocket/example/client/client.pro
new file mode 100644
index 0000000000..84f20d6ec0
--- /dev/null
+++ b/tests/auto/qlocalsocket/example/client/client.pro
@@ -0,0 +1,10 @@
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+CONFIG += console
+QT = core network
+
+SOURCES += main.cpp
+
+