[Interest] Problems beta1 and android deployment

Guido Seifert wargand at gmx.de
Mon Nov 4 19:44:11 CET 2013


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



More information about the Interest mailing list