forked from qt-creator/qt-creator
Utils: Fix process stub look-up.
The path where the tools are located has changed. Task-number: QTCREATORBUG-14732 Change-Id: Idb404b291ef651d2c0f03bce454b9aa0c0319183 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
@@ -6,3 +6,5 @@ include(utils-lib.pri)
|
||||
win32: LIBS += -luser32 -lshell32
|
||||
# PortsGatherer
|
||||
win32: LIBS += -liphlpapi -lws2_32
|
||||
|
||||
DEFINES += QTC_REL_TOOLS_PATH=$$shell_quote(\"$$relative_path($$IDE_LIBEXEC_PATH, $$IDE_BIN_PATH)\")
|
||||
|
||||
Reference in New Issue
Block a user