diff options
Diffstat (limited to 'map/qtappfw-bt-map.pc.in')
-rw-r--r-- | map/qtappfw-bt-map.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/map/qtappfw-bt-map.pc.in b/map/qtappfw-bt-map.pc.in new file mode 100644 index 0000000..d5e5dac --- /dev/null +++ b/map/qtappfw-bt-map.pc.in @@ -0,0 +1,12 @@ +prefix=@DEST_DIR@ +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: qtappfw-bt-map +Description: Library wrapping AGL AppFW bluetooth messaging data in Qt objects +Version: 1.0.0 + +Requires: Qt5Qml +Libs: -L${libdir} -lqtappfw-bt-map +Cflags: -I${includedir}/qtappfw-bt-map |