Load android-specific target override in resolve_target

Otherwise, in separate_debug_info.prf, we try to process the original
target, which is not what we actually build.

Task-number: QTBUG-59779
Change-Id: I2b2d2e7b5f87041cc51075da7c3a5b690f94f1f3
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
Ulf Hermann 2017-03-31 16:35:56 +02:00
parent c0ecfc08e3
commit 49fea13e6d

View File

@ -0,0 +1,2 @@
load(android)
load(resolve_target)