C++ Plugin for making QML module presentations easy to customise the way a Bootstrap app can be.
$ git clone git://darapsa.org/qootstrap.git
$ cd qootstrap
$ git submodule init
$ git submodule update
$ mkdir build
$ cd build$ /Applications/Qt/6.10.1/android_arm64_v8a/bin/qmake ../qootstrap.pro CONFIG+=release ANDROID_ABIS=arm64-v8a ANDROID_API_VERSION=21
$ make
$ sed -i '' -e 's/libs\/arm64-v8a/Applications\/Qt\/6.10.1\/android_arm64_v8a\/qml\/Bootstrap/g'
$ make installor
$ /Applications/Qt/6.10.1/wasm_multithread/bin/qmake ../qootstrap.pro CONFIG+=release
$ emmake make
$ emmake make installor
$ /Applications/Qt/QtDesignStudio/qt6_design_studio_reduced_version/bin/qmake ../qootstrap.pro CONFIG+=release
$ make
$ make installor so on.