The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Libglacierapp
From Mer Wiki
(Difference between revisions)
(→Introduction) |
|||
Line 6: | Line 6: | ||
Latest sources you can get in [https://github.com/nemomobile-ux/libglacierapp| Nemo-UX github]. Last compiled rpm packages you can get it on [https://build.merproject.org/package/show/nemo:devel:ux/libglacierapp| nemo ux devel obs] | Latest sources you can get in [https://github.com/nemomobile-ux/libglacierapp| Nemo-UX github]. Last compiled rpm packages you can get it on [https://build.merproject.org/package/show/nemo:devel:ux/libglacierapp| nemo ux devel obs] | ||
+ | |||
+ | ==Develop== | ||
+ | ===in pro file=== | ||
+ | Add support of glacier library | ||
+ | |||
+ | CONFIG += link_pkgconfig | ||
+ | LIBS += -lglacierapp | ||
+ | |||
+ | [[Category:Nemo]] | ||
+ | [[Category:GlacierUX]] |
Revision as of 14:35, 28 March 2018
Contents |
Introduction
Libglacier app provide some simplitification to create application for Glacier UX
Get Source
Latest sources you can get in Nemo-UX github. Last compiled rpm packages you can get it on nemo ux devel obs
Develop
in pro file
Add support of glacier library
CONFIG += link_pkgconfig LIBS += -lglacierapp