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 = lib and CONFIG = plugin.

The BaseProgram is in the apk. The plugins are not.

Worked with Qt 5.1.1. How do I tell androiddeployqt also to package
the libs?

Guido
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to