don't separate host and target toolchain when not x-building

there isn't a point to determining the values separately if they are
actually the same things.

Change-Id: I74cd2bf39e96d559630709559602c234c38b0c47
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Oswald Buddenhagen 2017-01-12 20:58:45 +01:00
parent f67afee9e9
commit 6b8666c7f2

View File

@ -12,7 +12,7 @@ defineReplace(qtMakeExpand) {
}
}
host_build: \
cross_compile:host_build: \
target_prefix = QMAKE_HOST_CXX
else: \
target_prefix = QMAKE_CXX