As usual when there is not a quick answer to my questions, it is a bug in my
side.
And it was. Problem partly solved. The plugins were in the .apk. But they were
installed directly in the app folder. Is there a way to install libs in a custom
folder? A plugin folder in the app folder? Not _reall
Still problems deploying a program with plugins. Did some 'research'.
The top-level .pro is still a subdir template.
The first subdir is a TEMPLATE = app. This works fine as far as I can see.
Then I have several TEMPLATE = lib subdirs.
For the app a JSON files is build. But it contains only dat
Ok, I did something stupid. Found it.
But another problem.
My program consists of one main program and a few plugins:
Base .pro
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += BaseProgram
SUBDIRS += DistancePlugin
BaseProgram is a normal app. with TEMPLATE = app.
Several plugins with TEMPLATE =
Hi,
android deployment worked fine with Qt 5.1.1. Now with Qt 5.2.0 everything
should be
more streamlined. No android specific stuff in the .pro file. Sounds good.
Problem is, I don't get it. I tried the lates beta1.
Accoding to:
http://blog.qt.digia.com/blog/2013/10/09/android-deployment-in-q