summaryrefslogtreecommitdiff
path: root/examples/extensions
AgeCommit message (Expand)AuthorFilesLines
2019-11-09Examples: Port to targetsAlexander Akulich1-3/+3
2019-11-08CMake: Drop custom FindQt5 module, rebase on Qt5 targetsAlexander Akulich1-2/+1
2016-09-07cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...George Kiagiadakis1-4/+4
2012-04-04Properly build against Qt 5 alpha.Andre Moreira Magalhaes (andrunko)1-1/+2
2011-11-24Generate libtelepathy-qt4 and libtelepathy-qt5 depending on the version of Qt...Andre Moreira Magalhaes (andrunko)1-1/+1
2011-11-24Rename library from telepathy-qt4 to telepathy-qt.Jeremy Whiting1-2/+2
2011-11-24Renamed TelepathyQt4 directory to TelepathyQt.Jeremy Whiting1-4/+4
2011-11-24Rename TPQT4 cmake macros to TPQT.Jeremy Whiting1-5/+5
2010-10-11Use an external type that is not mapped to a Qt type in the exampleWill Thompson2-0/+29
2010-09-20cmake: Removing the autotools build system filesDario Freddi1-114/+0
2010-09-20cmake: Have the macro generate real targets to let compilations with a lot of...Dario Freddi1-8/+12
2010-09-20cmake: Refactor and fix some macros to make them more cmake-ish, add tpqt4_ p...Dario Freddi1-2/+2
2010-09-20cmake: Big revamp. Standardized TpQt4 macros with tpqt4_ prefix, added some n...Dario Freddi1-30/+9
2010-09-20Do a big cleanup of useless include_directory() directives: CMake automatical...Dario Freddi1-5/+0
2010-09-20Added the CMake build system files. This allows telepathy-qt4 to be builtIan Monroe1-0/+98
2009-12-03Enable Automake 1.11 silent buildingWill Thompson1-8/+13
2009-04-13Renamed Telepathy namespace to Tp.Andre Moreira Magalhaes (andrunko)1-3/+3
2009-04-13Renamed high-level classes namespace from Telepathy::Client to Telepathy.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-04-13Get rid of Client dir.Andre Moreira Magalhaes (andrunko)1-1/+1
2009-03-23Clean up and simplify header search pathsSimon McVittie1-2/+5
2008-12-03Don't use TP_QT4_LIBS or PROTO_LIBS, they interfere with dependency trackingSimon McVittie1-1/+5
2008-11-27Use TP_QT4_CFLAGS so it's the same as if we got them from pkg-configSimon McVittie1-3/+3
2008-08-25Remove non-relevant comment lifted from tp-glib in examples/extensions/Makefi...Olli Salli1-3/+0
2008-08-25Add Connection.Interface.Hats example from telepathy-glib to demonstrate exte...Olli Salli8-0/+284