1# pkg-config configuration for gwengui_qt5
2# For information about the syntax, see pkg-config(1)
3
4# General installation directories
5prefix=@prefix@
6exec_prefix=@exec_prefix@
7libdir=@libdir@
8includedir=@includedir@
9pkgincludedir=@includedir@/gwenhywfar
10datarootdir=@datarootdir@
11datadir=@datadir@
12bindir=@bindir@
13sysconfdir=@sysconfdir@
14
15# Human-readable name
16Name: gwengui-qt5
17# Human-readable description
18Description: QT5 Implementation of the GWEN_DIALOG framework.
19
20Version: @VERSION@
21Libs: -L@libdir@ -lgwengui-qt5 -lgwengui-cpp
22Cflags: -I@includedir@
23
24