Debugger: Fix dumper test build

QTC_LIB_DEPENDS has to be set before including qttest.pri

Change-Id: Ie455b7341a2d79d74e3bf6f9f9d39ce8a7539e6d
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2017-02-03 09:05:45 +01:00
committed by Christian Stenger
parent c0378e086b
commit 9ddd66437f

View File

@@ -1,12 +1,11 @@
QT = core network QT = core network
msvc: QTC_LIB_DEPENDS += utils
include(../qttest.pri) include(../qttest.pri)
msvc { msvc {
QTC_LIB_DEPENDS += utils
LIBS *= -L$$IDE_PLUGIN_PATH LIBS *= -L$$IDE_PLUGIN_PATH
DEFINES += Q_PLUGIN_PATH=\"\\\"$$IDE_PLUGIN_PATH\\\"\" DEFINES += Q_PLUGIN_PATH=\"\\\"$$IDE_PLUGIN_PATH\\\"\"