aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Chathi <uhoreg@debian.org>2018-12-03 17:53:51 -0500
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-12-04 20:21:42 +0900
commit67503969a67a4d6801bf82b7bbebe0b0c67e3ecc (patch)
treede95109f21ec3062e20de7b85ea7a848419edf06
parent4248f8a75b63b267faae56bd811cb8d3fd896495 (diff)
downloadlibquotient-67503969a67a4d6801bf82b7bbebe0b0c67e3ecc.tar.gz
libquotient-67503969a67a4d6801bf82b7bbebe0b0c67e3ecc.zip
use the configured paths in the pkgconfig file
-rw-r--r--QMatrixClient.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/QMatrixClient.pc.in b/QMatrixClient.pc.in
index d2938ab7..efb41498 100644
--- a/QMatrixClient.pc.in
+++ b/QMatrixClient.pc.in
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
-includedir=${prefix}/include
-libdir=${prefix}/lib
+includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
+libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
Name: QMatrixClient
Description: A Qt5 library to write cross-platfrom clients for Matrix