summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2022-06-06Fix build with newer glibHEADmasterAlbert Astals Cid1-1/+1
2019-11-09Farstream/CMakeLists.txt: Add dbus-glib include pathJan Tojnar1-3/+2
2019-11-09CMake: Add sources for the doxygen-doc targetAlexander Akulich1-1/+19
2019-11-09CMake: Port to GNUInstallDirsAlexander Akulich1-3/+23
2019-11-09CMake: Fix Find modules lookup (use HINTS instead of PATHS)Alexander Akulich6-24/+27
2019-11-08CMake: Drop custom FindQt5 module, rebase on Qt5 targetsAlexander Akulich4-238/+12
2019-11-07CMake: Remove USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR optionAlexander Akulich1-5/+0
2019-09-20Fix wrong version number matchingBrandon Hong1-2/+2
2019-09-19CMake: Remove own FindPython modulesAlexander Akulich2-97/+0
2019-08-31CMake: Remove own FindLibXml2Alexander Akulich1-57/+0
2019-08-31Doxygen.cmake: set_package_properties also for doxygenGeorge Kiagiadakis1-0/+5
2019-08-31cmake: silence some secondary find_package callsGeorge Kiagiadakis2-2/+2
2019-08-31cmake: use FeatureSummary instead of MacroLogFeatureGeorge Kiagiadakis1-146/+0
2016-10-15Remove DATA_INSTALL_DIRNiels Ole Salscheider1-1/+0
2016-09-07cmake: use CMakePackageConfigHelpersGeorge Kiagiadakis2-51/+0
2016-09-07cmake: fix CMP0046 warnings in case doxygen is not foundGeorge Kiagiadakis1-0/+5
2016-09-07cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...George Kiagiadakis23-227/+228
2016-08-27FindQt5.cmake: remove hardcoded -fPIC flagGeorge Kiagiadakis1-2/+0
2016-08-27FindQt5.cmake: look in the correct pkg-config file for QT_CONFIG_FLAGSGeorge Kiagiadakis1-1/+1
2016-06-10CMake/TpQtMacros: Added missing dependencies.Alexandr Akulich1-3/+9
2015-10-06Tell CMake what version of Python we want to find.Alex Merry1-1/+2
2015-10-06Farstream: gst/gstconfig.h can be in LIBDIR, search for it explicitlyNiels Ole Salscheider1-5/+20
2015-06-07CMake: Fixed deprecated _BSD_SOURCE.Niels Ole Salscheider1-1/+1
2014-08-25Don't error on unused typedefsDavid Edmundson1-2/+4
2014-07-25Update FindGStreamer0.10 -> FindGStreamer1.0Alin Elena1-16/+6
2014-07-25start updating TelepathyQt to use newer farstreamDiane Trout1-4/+4
2014-03-14Allow compilation when only qmake-qt4 is in the pathUwe Korn1-15/+26
2014-03-14Simplify FindQt5.cmakeUwe Korn1-22/+31
2014-02-02Fix moc command for Qt5.2Dario Freddi1-3/+3
2014-01-28Fix build for Qt5 releaseDavid Edmundson1-53/+15
2013-10-03Fix compilation on new versions of cmakeDavid Edmundson1-2/+10
2013-07-15Kill the last bits of FarsightDario Freddi2-59/+10
2012-07-09cmake: Use options correctlyDario Freddi1-3/+3
2012-07-04cmake: Fix PkgConfig handlingDario Freddi3-9/+9
2012-07-04cmake: pass -fvisibility-inlines-hidden to the compiler if it's supportedGeorge Kiagiadakis1-0/+5
2012-07-02cmake: rewrite FindDBus.cmake to do things in a more modern and consistent wayGeorge Kiagiadakis1-51/+22
2012-04-13Only generate adaptors for non-deprecated stable interfaces.Andre Moreira Magalhaes (andrunko)1-1/+2
2012-04-04Properly build against Qt 5 alpha.Andre Moreira Magalhaes (andrunko)2-3/+10
2012-04-02Remove separation from client and service side high-level APIs.Andre Moreira Magalhaes (andrunko)1-5/+5
2012-04-02TpQtMacros.cmake: Add macro for generating service side adaptors.Andre Moreira Magalhaes (andrunko)1-0/+43
2012-04-02TpQtMacros.cmake: Remove redundant call to append generated file to telepathy...Andre Moreira Magalhaes (andrunko)1-1/+0
2012-03-21farstream: Port the farstream lib away from tp-qt4-yell and integrate it into...George Kiagiadakis2-0/+100
2011-12-19Merge branch 'conn-addressing'Andre Moreira Magalhaes (andrunko)1-4/+15
2011-12-15cmake: Update FindDBusGlib.cmake to merge DBUS_GLIB_INCLUDE_DIR and DBUS_GLIB...Andre Moreira Magalhaes (andrunko)1-2/+2
2011-12-15cmake: Also export DBUS_GLIB_LOWLEVEL_INCLUDE_DIR so one can include <dbus/db...Andre Moreira Magalhaes (andrunko)1-0/+7
2011-12-15cmake: Fix FindDBusGLib.cmake to properly search for dbus-glib-1 instead of d...Andre Moreira Magalhaes (andrunko)1-2/+6
2011-12-09install-cmake-files: Add macros for building version files, and for installat...Dario Freddi4-0/+71
2011-11-24Also set a Qt max version as Requires.private in pkg-config files.Andre Moreira Magalhaes (andrunko)1-0/+2
2011-11-24Generate libtelepathy-qt4 and libtelepathy-qt5 depending on the version of Qt...Andre Moreira Magalhaes (andrunko)1-2/+2
2011-11-24Properly pass moc flags, options to QT4/5_CREATE_MOC_COMMAND.Andre Moreira Magalhaes (andrunko)1-2/+2