qjsonrpc_export.h not found if using installed headers

Issue #1 resolved
Former user created an issue

Using commit id: 3ef4bdef559cc17f03e6f1ed41bf1fb9c6c7368a Host system: i386-redhat-linux-gnu, Qt 4.8.2

Installing library to /usr and then using <qjsonrpc/qjsonrpcservice.h> header in a separate project produces a "couldn't open include file qjsonrpc_export.h" error at compile time.

Attached a short-term fix in a patch.

Comments (1)

  1. Matt Broadstone

    there you go, fix is in. I did a basic test of an app that just used the QJson classes (no qjsonrpc as this was tested by you), and they are all found appropriately.

    thanks for the patch!

  2. Log in to comment