summaryrefslogtreecommitdiff
path: root/TelepathyQt/TelepathyQt.pc.in
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-24 16:01:39 -0200
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-11-24 16:07:42 -0200
commita12afb4ea8a96ca1a40cb3a4b4d14bc2ee57ecf9 (patch)
treeeda5826ab455bf32a5d287447304176cd3093742 /TelepathyQt/TelepathyQt.pc.in
parent69708dfc3bfe03c17948d4c385ef82712f079759 (diff)
Install separate headers and pkgconfig files depending on the version of Qt being used.
Diffstat (limited to 'TelepathyQt/TelepathyQt.pc.in')
-rw-r--r--TelepathyQt/TelepathyQt.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/TelepathyQt.pc.in b/TelepathyQt/TelepathyQt.pc.in
index 16454053..a2f22757 100644
--- a/TelepathyQt/TelepathyQt.pc.in
+++ b/TelepathyQt/TelepathyQt.pc.in
@@ -3,7 +3,7 @@ exec_prefix=${CMAKE_INSTALL_PREFIX}
libdir=${CMAKE_INSTALL_PREFIX}/${LIB_INSTALL_DIR}
includedir=${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}
-Name: Telepathy-Qt
+Name: TelepathyQt${QT_VERSION_MAJOR}
Description: Qt utility library for the Telepathy framework
Version: ${PACKAGE_VERSION}
Requires.private: QtCore >= ${QT_MIN_VERSION}, QtDBus >= ${QT_MIN_VERSION}, QtNetwork >= ${QT_MIN_VERSION}, QtXml >= ${QT_MIN_VERSION}