aboutsummaryrefslogtreecommitdiff
path: root/qxmpp.pc.in
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-05-18 23:01:24 +0200
committerLinus Jahn <lnj@kaidan.im>2020-05-18 23:03:27 +0200
commit79e40463501e2d4ab76871ee43b29c685287a53f (patch)
tree14fc2fc1597d596297abb55854ee778b9f854515 /qxmpp.pc.in
parent2ba4d793321c7197b3b4d1ce2f67021a5a087e3f (diff)
CMake: Use cmake project version variables
Diffstat (limited to 'qxmpp.pc.in')
-rw-r--r--qxmpp.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/qxmpp.pc.in b/qxmpp.pc.in
index 69e29ba9..4e60310b 100644
--- a/qxmpp.pc.in
+++ b/qxmpp.pc.in
@@ -5,8 +5,8 @@ includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@/qxmpp
Name: Qxmpp
-Description: Qxmpp Library
-Version: @VERSION_STRING@
+Description: QXmpp Library
+Version: @PROJECT_VERSION@
Libs: -lqxmpp
Libs.private: -lQt5Network -lQt5Xml -lQt5Core
Cflags: -I${includedir}