Cadasta / cadasta-qgis-plugin

[DEPRECATED] QGIS plugin to create, edit, upload and download Cadasta projects
GNU General Public License v3.0
4 stars 7 forks source link

Fix import resources #9

Closed dimasciput closed 7 years ago

timlinux commented 7 years ago

@dimasciput I think it is better to not even use Qt resources - then there is no code -> compile -> run workflow and rather just code -> run. Please see how we manage resources in InaSAFE to better understand how it can be done without using resource bundles.

dimasciput commented 7 years ago

Yea thanks @timlinux , Sunni have been told me about that.