diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-06-10 10:36:15 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-06-10 13:31:17 (GMT) |
commit | 90518a59df46312d56e4c6bc7080415b44b928f4 (patch) | |
tree | f24b3d638a0baa634d309c3ea2988b17c83e6735 /tests | |
parent | 904089839b164dff3eb3230e6345b0a6d456dabf (diff) | |
download | Qt-90518a59df46312d56e4c6bc7080415b44b928f4.zip Qt-90518a59df46312d56e4c6bc7080415b44b928f4.tar.gz Qt-90518a59df46312d56e4c6bc7080415b44b928f4.tar.bz2 |
tst_qlocalsocket: pro files of client / server examples fixed
Reviewed-by: ossi
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qlocalsocket/example/client/client.pro | 6 | ||||
-rw-r--r-- | tests/auto/qlocalsocket/example/server/server.pro | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qlocalsocket/example/client/client.pro b/tests/auto/qlocalsocket/example/client/client.pro index eb7e6e6..84f20d6 100644 --- a/tests/auto/qlocalsocket/example/client/client.pro +++ b/tests/auto/qlocalsocket/example/client/client.pro @@ -1,14 +1,8 @@ -###################################################################### -# 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 diff --git a/tests/auto/qlocalsocket/example/server/server.pro b/tests/auto/qlocalsocket/example/server/server.pro index 438462d..bfd14d2 100644 --- a/tests/auto/qlocalsocket/example/server/server.pro +++ b/tests/auto/qlocalsocket/example/server/server.pro @@ -1,7 +1,3 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Wed Jun 6 15:16:48 2007 -###################################################################### - TEMPLATE = app TARGET = DEPENDPATH += . @@ -11,8 +7,6 @@ CONFIG += console QT = core network -include(../../src/src.pri) - # Input SOURCES += main.cpp |