[PATCH] WIP: use kirigami plugin instead of embedding in qrc

Marco Martin notmart at gmail.com
Mon May 30 10:01:53 PDT 2016


On Monday 30 May 2016, Martin Gysel wrote:
> 
> I'm wondering if it would be possible to get Kirigami 'into' qpm [1].
> That way it would be much simpler to use it in any qmake base app.
> 
> I once played around with it and tried to create a .pri file but for
> some reasons I failed.

so, now if kirigami is compiled with cmake it generates and installs a global 
pri file (then in a qmake project one would do Qt +=Kirigami)
i also put a pri file in the root directory, that is identical to the full 
.pro.. 
in that case basically if you just check out kirigami as a subdirectory of 
your project and then do an include (kirigami/kirigami.pri) it should build 
and install kirigami directly from your project make step (this should work 
fine for android as well)

now , leaving it there to see if one of the approaches ends up working good 
enough in iOS

-- 
Marco Martin


More information about the subsurface mailing list