forked from organicmaps/organicmaps
Fix docs for android windows sdk. Use mingw qmake and make.
This commit is contained in:
parent
ca8da14326
commit
26b1779590
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue