aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-12-04 18:22:56 +0900
committerGitHub <noreply@github.com>2018-12-04 18:22:56 +0900
commit754405277eef2b7d12239c0979df209dc47fe0d7 (patch)
treeb1ef13aec199a285a4c3ba1b887b9949d53ad302
parentfd524590e3888ee5b4c0e25eb2138db4763dd0ec (diff)
parent3fc5e927de395ebd949af742d2116367e6a01712 (diff)
downloadlibquotient-754405277eef2b7d12239c0979df209dc47fe0d7.tar.gz
libquotient-754405277eef2b7d12239c0979df209dc47fe0d7.zip
Merge pull request #261 from uhoreg/pkgconfig_path
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