From 345e6b0213b1273b698163064f80d33bc7ce64a9 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 12 Oct 2018 10:33:12 +0200 Subject: Set qlogging test helper executable name via define In the cmake port the helper executable may have a different name. Change-Id: I0af68e73253c7f0e6680ca6f10a6ae25e336e923 --- tests/auto/corelib/global/qlogging/test/test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/global/qlogging/test') diff --git a/tests/auto/corelib/global/qlogging/test/test.pro b/tests/auto/corelib/global/qlogging/test/test.pro index 91896d4494..81445247e0 100644 --- a/tests/auto/corelib/global/qlogging/test/test.pro +++ b/tests/auto/corelib/global/qlogging/test/test.pro @@ -19,3 +19,4 @@ SOURCES = ../tst_qlogging.cpp DEFINES += QT_MESSAGELOGCONTEXT DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 +DEFINES += HELPER_BINARY=\\\"helper\\\" -- cgit v1.2.3