forked from qt-creator/qt-creator
buildoutputparser: Respect $QTC_PREFIX.
Do what all other targets already do and take $$QTC_PREFIX into consideration when setting the target's installation path. Change-Id: I6ca87d36b345ec256518fe2d349e58d213f5c6d5 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
9e32c1abc1
commit
4ee78bfb8a
@@ -13,7 +13,7 @@ include(../../rpath.pri)
|
||||
win32|equals(TEST, 1):DEFINES += HAS_MSVC_PARSER
|
||||
|
||||
DESTDIR = $$IDE_BIN_PATH
|
||||
target.path = /bin
|
||||
target.path = $$QTC_PREFIX/bin
|
||||
INSTALLS += target
|
||||
|
||||
SOURCES = \
|
||||
|
Reference in New Issue
Block a user