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