[Qt-creator] Debian (harmattan) project deployment / packaging
Harri Pasanen
harri at mpaja.com
Wed Nov 2 18:11:06 CET 2011
Hi,
It seems that packaging for Harmattan is still a bit rough around edges.
If I have a subproject with a static lib, the libxxx.a ends up inside
the deb file if I agree to Creators suggestion that there is missing
info for harmattan deployment.
Creator ads these lines to static library subproject's .pro file:
contains(MEEGO_EDITION,harmattan) {
target.path = /opt/myapp/lib
INSTALLS += target
}
I suppose the fix would be detecting
TEMPLATE = lib
CONFIG = static
combination so that static libs would not be deployed.
Regards,
Harri
More information about the Qt-creator
mailing list