I have a problem to compile a project Qt/Android, because of the use of some static libs(windows .lib). The current situation of .pro file is this:
android {
QT += androidextras
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/native
ANDROID_DEPLOYMENT_DEPENDENCIES = \
$$PWD/../../../libraries/protobuf/vsprojects/Release/libprotobuf.lib \
$$PWD/../../../libraries/log4qt/lib/liblog4qtd.lib
}
However this not solve the problems, i not know what make =/