Re: DBusMenuQt5 cmake foo

2013-09-01 Thread Bhushan Shah
Hello, As on my system.. When I run cmake, I get following messages which is related to the dbusmenu-qt [NEON5] bshah@kubuntu:~/kde-workspace/build$ neon5-cmake .. [..] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") -- Found DBusMenuQt: /opt/project-neon5/lib/i386-linux-gnu/libd

Re: DBusMenuQt5 cmake foo

2013-08-31 Thread Alexander Neundorf
On Saturday 31 August 2013, David Faure wrote: > On Saturday 31 August 2013 02:51:09 Sebastian Kügler wrote: > > So I've tried both alternative, changing both calls to either DBusMenuQt > > or DBusMenuQt5, but neither of them works, both break over the package > > not being found, but required. > >

Re: DBusMenuQt5 cmake foo

2013-08-31 Thread Sebastian Kügler
On Saturday, August 31, 2013 09:45:13 David Faure wrote: > > * The library naming is also messed up, not working here. What to do? > > What's messed up? The _LIBRARIES var is unset, that's what I meant with messed up -- not working. :) I'll talk to Aurelien to see how we can get the cmake file

Re: DBusMenuQt5 cmake foo

2013-08-31 Thread David Faure
On Saturday 31 August 2013 02:51:09 Sebastian Kügler wrote: > So I've tried both alternative, changing both calls to either DBusMenuQt or > DBusMenuQt5, but neither of them works, both break over the package not > being found, but required. > I've looked for a *Config.cmake file (as suggested), non

DBusMenuQt5 cmake foo

2013-08-30 Thread Sebastian Kügler
Hey, [concrete questions below] I've been stumbling over some problems find and linking against DBusMenuQt5, as from the bazaar repo, latest version. That one installs fine. In kde-workspace, I'm trying to use it, the top-level CMakeLists.txt contains: find_package(DBusMenuQt5) set_package_pro