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:
Raphael Kubo da Costa
2014-12-30 16:33:15 +02:00
committed by Tobias Hunger
parent 9e32c1abc1
commit 4ee78bfb8a

View File

@@ -13,7 +13,7 @@ include(../../rpath.pri)
win32|equals(TEST, 1):DEFINES += HAS_MSVC_PARSER win32|equals(TEST, 1):DEFINES += HAS_MSVC_PARSER
DESTDIR = $$IDE_BIN_PATH DESTDIR = $$IDE_BIN_PATH
target.path = /bin target.path = $$QTC_PREFIX/bin
INSTALLS += target INSTALLS += target
SOURCES = \ SOURCES = \