android support
This commit is contained in:
parent
70f3e485ef
commit
181930e118
BIN
android/libs/armeabi-v7a/libbass.so
Normal file
BIN
android/libs/armeabi-v7a/libbass.so
Normal file
Binary file not shown.
BIN
android/libs/armeabi/libbass.so
Normal file
BIN
android/libs/armeabi/libbass.so
Normal file
Binary file not shown.
BIN
android/libs/x86/libbass.so
Normal file
BIN
android/libs/x86/libbass.so
Normal file
Binary file not shown.
1
android/project.properties
Normal file
1
android/project.properties
Normal file
@ -0,0 +1 @@
|
|||||||
|
target=android-21
|
@ -13,6 +13,8 @@ QString AOApplication::get_base_path()
|
|||||||
return "E:/AO/client/base/";
|
return "E:/AO/client/base/";
|
||||||
#elif defined(OMNI_WIN_DEBUG2)
|
#elif defined(OMNI_WIN_DEBUG2)
|
||||||
return "F:/winshare/AO/client/base/";
|
return "F:/winshare/AO/client/base/";
|
||||||
|
#elif defined(ANDROID)
|
||||||
|
return "/storage/extSdCard/AO2/";
|
||||||
#else
|
#else
|
||||||
return (QDir::currentPath() + "/base/");
|
return (QDir::currentPath() + "/base/");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user