Tools should be extracted to plugins
Bug #603784 reported by
janisozaur
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Carto |
Fix Committed
|
Medium
|
janisozaur |
Bug Description
A tool should be defined as a plugin. Qt has nifty plugin system based on QPlugin and QLibrary. Carto should use former to load its tools on init.
Related branches
Changed in cybercarto: | |
status: | New → Confirmed |
Changed in cybercarto: | |
status: | Confirmed → Fix Committed |
Changed in cybercarto: | |
milestone: | none → chihiro |
To post a comment you must log in.
revid:janisozau r@elektrybalt- 20100711010012- z97tgx3njk9oe9i 6 in lp:cybercarto solves this problem by extracting the only tool in existence, pencil, into statically linked plugin. you'll need branch lp:~carto-team/cybercarto/plugins at the same level as cybercarto to successfully compile.
external plugins should be loaded as dynamic plugins.