summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket/example/server/server.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qlocalsocket/example/server/server.pro')
-rw-r--r--tests/auto/qlocalsocket/example/server/server.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/auto/qlocalsocket/example/server/server.pro b/tests/auto/qlocalsocket/example/server/server.pro
new file mode 100644
index 0000000..438462d
--- /dev/null
+++ b/tests/auto/qlocalsocket/example/server/server.pro
@@ -0,0 +1,19 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Wed Jun 6 15:16:48 2007
+######################################################################
+
+TEMPLATE = app
+TARGET =
+DEPENDPATH += .
+INCLUDEPATH += .
+
+CONFIG += console
+
+QT = core network
+
+include(../../src/src.pri)
+
+# Input
+SOURCES += main.cpp
+
+