android support

This commit is contained in:
stonedDiscord 2017-02-21 19:25:40 +01:00
parent 70f3e485ef
commit 181930e118
5 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

BIN
android/libs/x86/libbass.so Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
target=android-21

View File

@ -13,6 +13,8 @@ QString AOApplication::get_base_path()
return "E:/AO/client/base/";
#elif defined(OMNI_WIN_DEBUG2)
return "F:/winshare/AO/client/base/";
#elif defined(ANDROID)
return "/storage/extSdCard/AO2/";
#else
return (QDir::currentPath() + "/base/");
#endif