Android: Fix compilation on Windows
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Tue, 28 May 2013 07:57:08 +0000 (09:57 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 28 May 2013 19:53:31 +0000 (21:53 +0200)
commit3196d3869eb564565e875929af6a913de5c30c53
tree32b109d73acc90fec374fbdc88b77db8df2b236c
parent0f94c426838360704abab890b04973173712caa4
Android: Fix compilation on Windows

The qtCompileTest function in configure.prf does not work when
cross-compiling on Windows because it detects the wrong make executable.
And it's anyway not the best way to do this, since what we really want
to check for is the existence of the SDK version, whereas the compile
test could potentially hide a lot of other problems under the same
error message.

Task-number: QTBUG-31405
Change-Id: I2c16b214e40bac5751d4e7098edcc30318756621
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
config.tests/android/android.pro [deleted file]
config.tests/android/main.java [deleted file]
qtmultimedia.pro