On 24/05/16 17:58, Mateus Bellomo wrote: >> Just build the example application, start CM and register an account > (e.g. via mc-tool). > > I've tried to > > ~/simpleCm/example$ cmake CMakeLists.txt > ~/simpleCm/example$ make > > but I'm getting this errors: > > /home/mateus/simpleCm/example/CContactsModel.cpp:3:22: fatal error: > protocol.h: No such file or directory > #include "protocol.h" > ^ > compilation terminated. > /home/mateus/simpleCm/example/main.cpp:4:29: fatal error: > TelepathyQt/Debug: No such file or directory > #include <TelepathyQt/Debug> > > > I thought the Qt that I've installed for resiprocate could be used by > any other program but apparently this is not true. How can I use the > telepathy-qt library from resiprocate? >
Look at build/debian.sh and see the way we build ${QT_LIBS} and add it to $CPPFLAGS I think you can then run cmake CPPFLAGS='..... whatever' CMakeLists.txt and it will work Regards, Daniel _______________________________________________ telepathy mailing list telepathy@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/telepathy