summaryrefslogtreecommitdiff
path: root/Qgpsmm.pc.in
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2011-11-01 21:58:23 +0100
committerBernd Zeimetz <bernd@bzed.de>2011-11-01 21:58:23 +0100
commit824cff24e6a06693bd2bf244d45c0d7601572a6e (patch)
tree820d03f63768a568c41c4c7702c734681384f8f6 /Qgpsmm.pc.in
parent307f14da6b36c50364f6f637079555f13ba416d1 (diff)
downloadgpsd-824cff24e6a06693bd2bf244d45c0d7601572a6e.tar.gz
Refactor snomae version building and create QT .pc/.prl files.
Diffstat (limited to 'Qgpsmm.pc.in')
-rw-r--r--Qgpsmm.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Qgpsmm.pc.in b/Qgpsmm.pc.in
new file mode 100644
index 00000000..6d6235a5
--- /dev/null
+++ b/Qgpsmm.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=${exec_prefix}@libdir@
+includedir=${prefix}/include
+qt_config=lex yacc warn_on uic resources qt release incremental link_prl def_files_disabled exceptions no_mocdepend stl qt_no_framework create_pc create_prl moc thread dll
+
+Name: Qgpsmm
+Description: GPS Daemon communication library - QT binding
+Version: @VERSION@
+Libs: -L${libdir} -lQgpsmm
+Libs.private: -L/usr/lib -lQtNetwork -lQtCore -lpthread
+Cflags: -I${includedir}
+Requires: QtNetwork