aboutsummaryrefslogtreecommitdiff
path: root/Quotient.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'Quotient.pc.in')
-rw-r--r--Quotient.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Quotient.pc.in b/Quotient.pc.in
new file mode 100644
index 00000000..6eb1672e
--- /dev/null
+++ b/Quotient.pc.in
@@ -0,0 +1,10 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
+
+Name: Quotient
+Description: A Qt5 library to write cross-platfrom clients for Matrix
+Version: @API_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lQuotient