Comment 3 for bug 646381

Revision history for this message
Corentin Chary (iksaif) wrote :

Using your fix, you have to edit the original FindQJSON.cmake.
Another solution is to add

A cleaner fix seems to add

link_directories(
  ${QJSON_LIBRARY_DIRS}
)

on top of

add_executable(dbusmenubench-qtapp ${qtapp_SRCS})