[libmce-glib] Add an example application

Serves as an example on how to use functionality provided by libmce-glib
and is useful also for testing and debugging the library itself.

Note that the application is built using libmce-glib headers and libraries
that are installed in the development environment - the same way regular
applications not included in libmce-glib source tree need to operate.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
This commit is contained in:
Simo Piiroinen
2023-04-14 12:18:17 +03:00
parent 771ac3ece9
commit 7e0b708217
3 changed files with 295 additions and 0 deletions

2
.gitignore vendored
View File

@@ -11,3 +11,5 @@ documentation.list
installroot
build
RPMS
examples/example
examples/example.o