From f7214157b978cb7521caa4beecddb4108c2a1029 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 24 Oct 2016 13:30:42 +0200 Subject: [PATCH] Debugger: Don't force dumper test to be build with forced debug Does not seem to be needed and breaks builds on OS X 10.10 with qmake CONFIG+=release CONFIG-=debug BUILD_TESTS=1: "ld: library not found for -lUtils_debug" Change-Id: I3c3e91d4045768f56ed6737410e09666e4e182ad Reviewed-by: Christian Stenger --- tests/auto/debugger/dumpers.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/auto/debugger/dumpers.pro b/tests/auto/debugger/dumpers.pro index ed66def4055..39cf6770135 100644 --- a/tests/auto/debugger/dumpers.pro +++ b/tests/auto/debugger/dumpers.pro @@ -2,10 +2,6 @@ QT = core network QTC_LIB_DEPENDS += utils -!win32 { -CONFIG -= release -CONFIG += debug -} include(../qttest.pri) msvc {