summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-24Add Qt5 support.Andre Moreira Magalhaes (andrunko)1-8/+8
2011-11-24Add FindQt.cmake to help searching for Qt4 or Qt5.Andre Moreira Magalhaes (andrunko)1-0/+83
2011-11-24Add temporary FindQt5/Qt5Macros.cmake files to find Qt5.Andre Moreira Magalhaes (andrunko)2-0/+220
2011-11-24Rename library from telepathy-qt4 to telepathy-qt.Jeremy Whiting1-25/+25
2011-11-24Renamed TpQt4Macros.cmake TpQtMacros.cmake.Jeremy Whiting3-3/+3
2011-11-24Renamed TelepathyQt4 directory to TelepathyQt.Jeremy Whiting2-22/+22
2011-11-24Rename TPQT4 cmake macros to TPQT.Jeremy Whiting1-78/+78
2011-11-24Rename TELEPATHY_QT4_DEPRECATED to TP_QT_DEPRECATED.Jeremy Whiting1-1/+1
2011-11-24Rename TP_QT4 cmake variables to TP_QT.Jeremy Whiting2-6/+6
2011-11-22Rename TELEPATHY_QT4_NO_EXPORT to TP_QT_NO_EXPORT.Jeremy Whiting1-1/+1
2011-11-22Rename TELEPATHY_QT4_EXPORT to TP_QT_EXPORT.Jeremy Whiting1-1/+1
2011-11-22Rename IN_TELEPATHY_QT4_HEADER to IN_TP_QT_HEADER.Jeremy Whiting1-1/+1
2011-06-15cmake: Add FindGIO/Unix.cmake.Andre Moreira Magalhaes (andrunko)2-0/+68
2011-06-05Make doxygen-doc depend on all generated sourcesOlli Salli1-0/+4
2011-05-25Make Qt crosslinks in uploaded docs point to doc.qt.nokia.comOlli Salli1-2/+8
2011-05-25Crosslink our doxygen docs to Qt documentationOlli Salli1-0/+7
2011-01-27Do not link tests and examples/file-transfer against QtGui.Andre Moreira Magalhaes (andrunko)1-2/+2
2011-01-27Properly link against QtXml.Jonathan Riddell1-2/+2
2011-01-10Link development builds with -Wl,--no-add-neededOlli Salli2-0/+56
2011-01-10Fix Werror etc disable mechanism to check for a release version number directlyOlli Salli1-3/+3
2010-12-05Add valgrind suppressions (mostly from tp-glib)Olli Salli1-0/+2
2010-11-02append to instead of overwriting supplied CMAKE_CXX_FLAGS/CMAKE_C_FLAGSSenko Rasic1-2/+4
2010-10-27cmake: Also depend on libqt4codegen.py when using qt4-{client/constants/types...Andre Moreira Magalhaes (andrunko)1-4/+10
2010-10-27cmake: Fixed some dependency problems.Andre Moreira Magalhaes (andrunko)1-6/+14
2010-10-27cmake: Added DEPRECATED_DECLARATIONS_FLAGS to be used to compile the library ...Andre Moreira Magalhaes (andrunko)1-0/+7
2010-10-06Have all the macros affecting spec files depend on themDario Freddi1-3/+17
2010-10-01Un-break regular make check again :OOlli Salli1-1/+1
2010-10-01Actually check for memory errors/slowness in *tpqt4/the test*, not /bin/shOlli Salli1-6/+6
2010-10-01Make the valgrind/callgrind output/log files have more useful namesOlli Salli1-2/+3
2010-09-30Have make lcov-check build all the dependencies (hence all the tests) before ...Dario Freddi1-0/+3
2010-09-20cmake: Add the correct linker flags for profilingDario Freddi1-0/+3
2010-09-20cmake: Add documentation for the new _tpqt4_add_check_targets() internal macroDario Freddi1-0/+7
2010-09-20cmake: Add a new set of check- targets through a new internal macro. Currentl...Dario Freddi1-0/+52
2010-09-20cmake: Remove commented lines which set the generated property to files: they...Dario Freddi1-12/+0
2010-09-20cmake: Vastly improve documentation of the macros, which also includes keepin...Dario Freddi1-19/+29
2010-09-20cmake: Make the client generator macros more consistent with the rest of the ...Dario Freddi1-15/+18