tests/auto/qlocalsocket/example/client/client.pro
changeset 0 1918ee327afb
child 33 3e2da88830cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qlocalsocket/example/client/client.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,16 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Wed Jun 6 17:07:12 2007
+######################################################################
+
+TEMPLATE = app
+TARGET = 
+DEPENDPATH += .
+INCLUDEPATH += .
+CONFIG += console
+include(../../src/src.pri)
+# Input
+QT = core network
+
+SOURCES += main.cpp
+
+