[Telepathy] buddy list methods

Diane Trout diane at ghic.org
Sun Jun 5 18:06:00 UTC 2016


On Thu, 2016-05-26 at 09:31 -0300, Mateus Bellomo wrote:
> > Looking at the first line, you need to install the libqt4-dev
> package
> (which you probably have already) and ensure that QtGui is included
> in
> your CPPFLAGS
> 
> Thanks for the tip Daniel. I tried this but still the same error. And
> looking at the link that you gave I think I know the problem. In qt4
> the packet QAction is in the qt4/QtGui folder but in qt5 is in the
> QtWidgets folder. I could change the line from 

Do you have qt4-qmake installed?

Also If you don't have them it might help to have qtchooser and qt4-
default installed as well.

when I tried building simpleCm I had the following cmake log (and I was
able to build the generated project)

*****
cmake .. -DUSE_QT4=TRUE -DENABLE_EXAMPLE=TRUE
-- Found Qt4: /usr/bin/qmake-qt4 (found suitable version "4.8.7",
minimum required is "4.6.0") 
-- Found Qt4: /usr/bin/qmake-qt4 (found suitable version "4.8.7",
minimum required is "4.6.0") 
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/simpleCm/build
*****

Diane


More information about the telepathy mailing list