From 9ddd66437f480020369d87da3a747454927b3729 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Fri, 3 Feb 2017 09:05:45 +0100 Subject: [PATCH] Debugger: Fix dumper test build QTC_LIB_DEPENDS has to be set before including qttest.pri Change-Id: Ie455b7341a2d79d74e3bf6f9f9d39ce8a7539e6d Reviewed-by: Christian Stenger --- tests/auto/debugger/dumpers.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/auto/debugger/dumpers.pro b/tests/auto/debugger/dumpers.pro index 7fad9ecd7bf..310906a4eb9 100644 --- a/tests/auto/debugger/dumpers.pro +++ b/tests/auto/debugger/dumpers.pro @@ -1,12 +1,11 @@ QT = core network +msvc: QTC_LIB_DEPENDS += utils include(../qttest.pri) msvc { - QTC_LIB_DEPENDS += utils - LIBS *= -L$$IDE_PLUGIN_PATH DEFINES += Q_PLUGIN_PATH=\"\\\"$$IDE_PLUGIN_PATH\\\"\"