From 26b1779590cc7e85d701d0ff0f1c3e733e31a3a1 Mon Sep 17 00:00:00 2001 From: vng Date: Sat, 25 Jun 2011 17:37:17 +0300 Subject: [PATCH] Fix docs for android windows sdk. Use mingw qmake and make. --- docs/android_toolchain.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/android_toolchain.txt b/docs/android_toolchain.txt index b1d59a9e04..b823e0288c 100644 --- a/docs/android_toolchain.txt +++ b/docs/android_toolchain.txt @@ -6,8 +6,8 @@ $ export NDK_ROOT=C:/path/to/android-ndk-r5c $ export NDK_HOST=windows $ mkdir omim-android-debug $ cd omim-android-debug -$ qmake -r ../omim/omim.pro -spec ../omim/tools/mkspecs/android-g++ CONFIG+=debug -$ make +$ /cygdrive/path_to_QtSDK/path_to_Qt/mingw/bin/qmake.exe -r ../omim/omim.pro -spec ../omim/tools/mkspecs/android-g++ CONFIG+=debug +$ /cygdrive/path_to_QtSDK/mingw/bin/mingw32-make.exe Mac OS X: