summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/android/resolve_target.prf
Commit message (Collapse)AuthorAgeFilesLines
* don't auto-create install targets for static libsOswald Buddenhagen2017-06-171-0/+1
| | | | | | | | | these are not meant to be deployed, so the install hack should skip them. Task-number: QTBUG-42830 Change-Id: I870499dca2cfea87bf0048f019d651ce9cc5d788 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Load android-specific target override in resolve_targetUlf Hermann2017-04-101-0/+2
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>