Android: Make search for import path case insensitive on Windows
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Mon, 8 Sep 2014 14:52:54 +0000 (16:52 +0200)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Tue, 9 Sep 2014 08:21:11 +0000 (10:21 +0200)
commitde1ef8eb53921181c88e9ebd23d9f3059b09d44a
tree5e4f2519110d5bbc2751b648215e7abe5ea8aa35
parentf2acb103678791a92d259cf8f743c9edbc038816
Android: Make search for import path case insensitive on Windows

The file system is case insensitive on Windows, and if you e.g.
specified a lower case drive letter in your prefix when building
Qt, then we would bail out because we would think the path
of any given import was located outside the import paths specified.

Task-number: QTBUG-41012
Change-Id: I22a1be32a221cd754dfed93e125d685bade65828
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
src/androiddeployqt/main.cpp