From kde-commits Thu Jul 23 07:04:58 2009 From: Andre Moreira Magalhaes Date: Thu, 23 Jul 2009 07:04:58 +0000 To: kde-commits Subject: playground/network/kopete/cmake/modules Message-Id: <1248332698.036567.32305.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124833270514655 SVN commit 1001397 by andrunko: Updated FindTelepathyQt4.cmake to require latest TelepathyQt4. M +5 -5 FindTelepathyQt4.cmake --- trunk/playground/network/kopete/cmake/modules/FindTelepathyQt4.cmake #1001396:1001397 @@ -1,7 +1,7 @@ -# Try to find the Qt binding of the Telepathy library -# TELEPATHY_QT_FOUND - system has TelepathyQt4 -# TELEPATHY_QT_INCLUDE_DIR - the TelepathyQt4 include directory -# TELEPATHY_QT_LIBRARIES - Link these to use TelepathyQt4 +# Try to find the Qt4 binding of the Telepathy library +# TELEPATHY_QT4_FOUND - system has TelepathyQt4 +# TELEPATHY_QT4_INCLUDE_DIR - the TelepathyQt4 include directory +# TELEPATHY_QT4_LIBRARIES - Link these to use TelepathyQt4 # Copyright (c) 2008, Allen Winter # Copyright (c) 2009, Andre Moreira Magalhaes @@ -17,7 +17,7 @@ find_package(PkgConfig) if(PKG_CONFIG_FOUND) - pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4>=0.1.7) + pkg_check_modules(PC_TELEPATHY_QT4 QUIET TelepathyQt4>=0.1.8) endif(PKG_CONFIG_FOUND) find_path(TELEPATHY_QT4_INCLUDE_DIR