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/qlocalsocket.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/network/socket/qlocalsocket/qlocalsocket.pro') diff --git a/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro b/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro index fb09dd6adb..cbf5d160d9 100644 --- a/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro +++ b/tests/auto/network/socket/qlocalsocket/qlocalsocket.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS = test # lackey should be moved to the QtScript module +SUBDIRS = test socketprocess -- cgit v1.2.3