nemomobile / lipstick-colorful-home

Homescreen for Nemo Mobile, using lipstick
20 stars 13 forks source link

not install any resources #1

Closed neochapay closed 12 years ago

neochapay commented 12 years ago

when i write make install make only copy bin file but not install qml and images

rburchell commented 12 years ago

that's because they're embedded into the binary, using Qt's resource system.

Venemo commented 12 years ago

I've also replied on twitter: https://twitter.com/Venemo/status/238626674676228099

neochapay commented 12 years ago

it`s not good... must been more comfigureable :)

rburchell commented 12 years ago

there is no need to make the source configurable or installable. there is one trick which we use elsewhere in Nemo which I also plan on adding sometime, though - support for running from local file-copied QML (useful for quick iterations of design without rebuilds)