diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-05-18 23:01:24 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-05-18 23:03:27 +0200 |
| commit | 79e40463501e2d4ab76871ee43b29c685287a53f (patch) | |
| tree | 14fc2fc1597d596297abb55854ee778b9f854515 /qxmpp.pc.in | |
| parent | 2ba4d793321c7197b3b4d1ce2f67021a5a087e3f (diff) | |
CMake: Use cmake project version variables
Diffstat (limited to 'qxmpp.pc.in')
| -rw-r--r-- | qxmpp.pc.in | 4 |
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} |
