How to build Bacon2D for android?
-
Hello,
I have no idea how to install Bacon2D version of Qt on android.
I tried to copy the library from C: \ Qt \ 5.3 \ mingw482_32 \ qml to C: \ Qt \ 5.3 \ android_armv5 \ qml but this does not work.Here is how I installed the library in the windows system:
@compiler-cmd:
git clone https://github.com/Bacon2D/Bacon2D.git
cd Bacon2D
git submodule update --init
cd 3rdparty/qml-box2d
qmake
mingw32-make
mingw32-make install
cd ..
cd ..
qmake
mingw32-make
copy manual src/qmldir src/imports/Bacon2D
mingw32-make install@Please help me.
-
Hi,
AFAICS, you built Bacon2D with your Desktop Qt. You should call the qmake from your android Qt build.
Hope it helps