forked from qt-creator/qt-creator
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:
committed by
Christian Stenger
parent
c0378e086b
commit
9ddd66437f
@@ -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\\\"\"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user