From c54a2dca1697974e85cc42b86fa2e1a7f50bde8e Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 16 Oct 2012 10:34:44 +0200 Subject: 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 Reviewed-by: Rohan McGovern --- tests/auto/network/socket/qlocalsocket/.gitignore | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/network/socket/qlocalsocket/.gitignore') diff --git a/tests/auto/network/socket/qlocalsocket/.gitignore b/tests/auto/network/socket/qlocalsocket/.gitignore index b45c266ce3..e82f118896 100644 --- a/tests/auto/network/socket/qlocalsocket/.gitignore +++ b/tests/auto/network/socket/qlocalsocket/.gitignore @@ -1,2 +1 @@ tst_qlocalsocket -lackey/lackey.exe -- cgit v1.2.3