cannot build under qt 5.

Issue #32 new
ainardi created an issue

hello i am on a linux ubuntu 16.04 LTS, 32 bits i use qt 5.5 when i try to build qjsonrpc i have this error message :

qjsonrpcmessage.cpp:18:18 fatal error: QDebug: no such file or directory

i have tried to add in the pri the line core in the qt section and after a make clean, qmake and make i have the same error

Comments (2)

  1. Matt Broadstone

    @florenta83 this is actually being used in production on two systems, one using 5.5.1 and the other using 5.8, and they are both working just fine. It looks like you have an issue with your include path (I've been told the version of Qt on ubuntu 16.04 has broken symlinks, perhaps try installing qt5-default again?)

  2. Log in to comment