summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qlocalsocket/lackey/lackey.pro
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-16 10:34:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-19 02:43:05 +0200
commitc54a2dca1697974e85cc42b86fa2e1a7f50bde8e (patch)
tree088c4bb77dd5910b6b5481c74c262c187d27900f /tests/auto/network/socket/qlocalsocket/lackey/lackey.pro
parent0510fc149e0c6b955ee9b93917e72ee378369197 (diff)
tst_qlocalsocket: get rid of QtScript dependency
Removing the lackey executable that needs QtScript to be built. This was a qscript bastard that was able to run a client and a server script. It's replaced by a C++ version with the same functionality. Nice side effect: the two second wait per test row could be removed. The client executable is now waiting for the server to be created. Task-number: QTBUG-24142 Change-Id: I135b75abf6620d3b0af50dc226ea8c81c2bf4149 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/network/socket/qlocalsocket/lackey/lackey.pro')
-rw-r--r--tests/auto/network/socket/qlocalsocket/lackey/lackey.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/network/socket/qlocalsocket/lackey/lackey.pro b/tests/auto/network/socket/qlocalsocket/lackey/lackey.pro
deleted file mode 100644
index 6e697325d7..0000000000
--- a/tests/auto/network/socket/qlocalsocket/lackey/lackey.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-#include(../src/src.pri)
-
-QT = core script network testlib
-
-DESTDIR = ./
-
-win32: CONFIG += console
-mac:CONFIG -= app_bundle
-
-DEFINES += QLOCALSERVER_DEBUG
-DEFINES += QLOCALSOCKET_DEBUG
-
-SOURCES += main.cpp
-TARGET = lackey
-DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0