Android: Don't bail out if qmlimportscanner is missing.
authorChristian Strømme <christian.stromme@theqtcompany.com>
Wed, 3 Dec 2014 14:12:36 +0000 (15:12 +0100)
committerChristian Stromme <christian.stromme@theqtcompany.com>
Tue, 9 Dec 2014 13:49:23 +0000 (14:49 +0100)
commit33eb6cdf9313f0ad969b4af8fc7160859c2a6319
tree8a3db6eb00a50e02399d5ab7ad059263616d6264
parentb81d09d9416bd4f3153ce24fc291617832eac8b2
Android: Don't bail out if qmlimportscanner is missing.

If the qmlimportscanner is missing, just print the warning and continue,
as it's most likely that the application is a non-qml application.

Change-Id: Ice8b4f11df3df558555fbd3ac373561ce6fb4896
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
src/androiddeployqt/main.cpp