[SailfishDevel] How can I deploy application without qml file

Thomas Perl th.perl at gmail.com
Mon Feb 17 13:51:46 UTC 2014


On 2014-02-17 14:43, J-P Nurmi wrote:
> Not a bug but an (annoying) feature. :) You probably have "CONFIG += 
> sailfishapp" in your .pro. That will automatically add the qml 
> subfolder to install rules 
> (https://github.com/sailfish-sdk/libsailfishapp/blob/master/data/sailfishapp.prf#L40). 
> A trivial solution is to rename the qml folder to something else.

Yes, an alternative solution is to "rm -rf" the (installed) QML folder 
in the .spec file from the installroot after the "make install" step.

HTH :)
Thomas


More information about the Devel mailing list