I use only development version, so it's not the same problem. Dnia poniedziałek, 20 czerwca 2016 19:30:28 kmymoney-devel-requ...@kde.org pisze: > Message: 3 > Date: Mon, 20 Jun 2016 11:17:19 -0400 > From: Jack <ostrof...@users.sourceforge.net> > To: kmymoney-devel@kde.org > Subject: Re: Plugins path in master branch > Message-ID: <TuN+uX4eFInaqHUegQxJiB@KOtKPgzyQPDTn4M2846yM> > Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed > > I think this is related to an issue I ran into trying to have more than > one version of KMM installed on my system at the same time (in my case, > both production and development version of 4.x). It is easy enough to > actually install them to different places, but much of where KDE looks > for things at runtime (icons, themes, plugins, ....) is controlled by > environment variables, so you have to be careful that you don't run one > executable which then finds the plugins compiled for the other > version. (In addition, KDE caches much of this stuff, which is reset > by kbuildsycoca4 or 5 (build system configuration cache)). > > Basically, this means there needs to be some coordination in settings > between compile time and runtime. > > I suspect it's even more an issue when mixing KDE4 and Frameworks, such > as compiling for one under the other. > > > Jack
Do you have to set QT_PLUGIN_PATH at all on your system after "sudo make install" with master branch? If no, then what's your distro? I configure my build according to README.cmake i.e. "cmake .. -DCMAKE_INSTALL_PREFIX=/usr" Is there something, I could do more? Dnia poniedziałek, 20 czerwca 2016 19:30:28 kmymoney-devel-requ...@kde.org pisze: > Message: 1 > Date: Mon, 20 Jun 2016 15:25:47 +0300 > From: Cristian Oneț <onet.crist...@gmail.com> > To: For KMyMoney development <kmymoney-devel@kde.org> > Subject: Re: Re: Plugins path in master branch > Message-ID: > <CANqZg3uEb_amt1xUsDxzXHMBkODj=cbc_yvazb5brtgvst-...@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > No, that will be handled by distros. If you now need to set > QT_PLUGIN_PATH that means you are not building kmymoeny according to > the way your distro does. Simply installing kmymoney in the system > folders (by running sudo make install) is not enough if you the > destination is not properly setup during configure. Someone please > step in and explain this better. > > Regards, > Cristian