This commit is contained in:
deepinzhangshuang 2019-08-29 07:59:37 +08:00
parent ae5754454f
commit 8cc7cde492

View File

@ -5,7 +5,7 @@
This is a Qt wrapper library for Gio (or say it's a glib/glibmm wrapper mainly focused on [GIO](https://gitlab.gnome.org/GNOME/glibmm/tree/master/gio) module). This library is designed to be exception-free and avoid Qt application developer do direct access to glib/glibmm (so they can use Gio in a more Qt way). This is a Qt wrapper library for Gio (or say it's a glib/glibmm wrapper mainly focused on [GIO](https://gitlab.gnome.org/GNOME/glibmm/tree/master/gio) module). This library is designed to be exception-free and avoid Qt application developer do direct access to glib/glibmm (so they can use Gio in a more Qt way).
## Build ## Build
#
### Build depts: ### Build depts:
- cmake `>= 3.12.4` - cmake `>= 3.12.4`