summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2016-10-24 13:30:42 +0200
committerhjk <hjk@qt.io>2016-10-24 12:06:25 +0000
commitf7214157b978cb7521caa4beecddb4108c2a1029 (patch)
tree45cf4fd3f4417ef0202c094a976553e20b85cead
parentf45293dae6b3b9012b6f64bfc8389b4122ae40fb (diff)
downloadqt-creator-f7214157b978cb7521caa4beecddb4108c2a1029.tar.gz
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 <christian.stenger@qt.io>
-rw-r--r--tests/auto/debugger/dumpers.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/debugger/dumpers.pro b/tests/auto/debugger/dumpers.pro
index ed66def405..39cf677013 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 {