Re: kcoreaddons doesn't compile standalone ?

2012-05-12 Thread Alexander Neundorf
On Saturday 12 May 2012, Alexander Neundorf wrote: > Hi, > > when trying to compile tier1/kcoreaddons/, qstandardpaths.h is not found. > > Where should this come from ? > From an already installed inqt5 ? Ok, it builds now standalone, also itemmodels, inqt5, kdeqt5staging and kdebusaddons. More

Running tests faster..

2012-05-12 Thread Alexander Neundorf
Hi, just a quick hint, maybe you don't know this yet: You can run tests using "make test". This will run test by test after each other. Internally this simply calls ctest. If you call ctest manually, you can use extra command line options, and, it supports -jN, as make does. So, if you have 4

kcoreaddons doesn't compile standalone ?

2012-05-12 Thread Alexander Neundorf
Hi, when trying to compile tier1/kcoreaddons/, qstandardpaths.h is not found. Where should this come from ? From an already installed inqt5 ? Alex ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/

Re: setting EXECUTABLE_OUTPUT_PATH in tier1/ tests ? (RPATH related)

2012-05-12 Thread Alexander Neundorf
On Friday 11 May 2012, Alexander Neundorf wrote: > On Friday 11 May 2012, David Faure wrote: > > On Thursday 10 May 2012 23:44:31 Stephen Kelly wrote: > ... > > > > http://labs.qt.nokia.com/2011/10/28/rpath-and-runpath/ > > > > Thanks. So the problem is that the mere presence of RUNPATH, disables

updated extra-cmake-modules required by kdelibs later today

2012-05-12 Thread Alexander Neundorf
Hi, I'm working on making the tier2 libraries build standalone. Later today I'll make hopefully all tier1, tier2, staging, inqt5 and libkdeqt5staging libs require version 0.0.4 of extra-cmake-modules. The cmake package name for it hass now also changed from find_package(extra-cmake-modules) to fi

Re: KAction and KShortcut in frameworks

2012-05-12 Thread Mark
On Fri, May 11, 2012 at 8:10 PM, Rick Stockton < rickstock...@reno-computerhelp.com> wrote: > On Thu, 10 May 2012 23:21:25 +0200, mark...@gmail.com wrote: > >> Making this quite detailed and long mail as per request from David Faure >> (twice);) >> >> So, I've been patching KShortcut up to support

Re: state of tier2/, i.e. kauth and kconfig ?

2012-05-12 Thread Alexander Neundorf
On Saturday 12 May 2012, Stephen Kelly wrote: > Kevin Ottens wrote: > > On Saturday 12 May 2012 13:59:45 Alexander Neundorf wrote: > >> what is the current state of kauth and kconfig ? > >> Are they supposed to be done, i.e. buildable standalone ? > > > > Yes, they're supposed to be done. > > The

Re: state of tier2/, i.e. kauth and kconfig ?

2012-05-12 Thread Stephen Kelly
Kevin Ottens wrote: > On Saturday 12 May 2012 13:59:45 Alexander Neundorf wrote: >> what is the current state of kauth and kconfig ? >> Are they supposed to be done, i.e. buildable standalone ? > > Yes, they're supposed to be done. They very likely can't find their own dependencies (the ones fro

Re: building libkdeqt5staging standalone

2012-05-12 Thread Stephen Kelly
Alexander Neundorf wrote: > Hi, > > in libkdeqt5staging/CMakeLists.txt there is a call > find_package(inqt5) > > When I try to build libkdeqt5staging standalone this fails, because it > finds neither a Findinqt5.cmake nor a inqt5Config.cmake. > > How is this supposed to work, should there be a

Re: state of tier2/, i.e. kauth and kconfig ?

2012-05-12 Thread Kevin Ottens
On Saturday 12 May 2012 13:59:45 Alexander Neundorf wrote: > what is the current state of kauth and kconfig ? > Are they supposed to be done, i.e. buildable standalone ? Yes, they're supposed to be done. Regards. -- Kévin Ottens, http://ervin.ipsquad.net KDAB - proud patron of KDE, http://www.kd

state of tier2/, i.e. kauth and kconfig ?

2012-05-12 Thread Alexander Neundorf
Hi, what is the current state of kauth and kconfig ? Are they supposed to be done, i.e. buildable standalone ? If not, is there a plan when this should be done, i.e. should this wait until they are moved into separate repositories, or is this simply not done yet ? Alex __

building libkdeqt5staging standalone

2012-05-12 Thread Alexander Neundorf
Hi, in libkdeqt5staging/CMakeLists.txt there is a call find_package(inqt5) When I try to build libkdeqt5staging standalone this fails, because it finds neither a Findinqt5.cmake nor a inqt5Config.cmake. How is this supposed to work, should there be a Findinqt5.cmake or should a inqt5Config.cma

Re: KAction and KShortcut in frameworks

2012-05-12 Thread Rick Stockton
On Thu, 10 May 2012 23:21:25 +0200, mark...@gmail.com wrote: Making this quite detailed and long mail as per request from David Faure (twice);) So, I've been patching KShortcut up to support multiple shortcuts: https://git.reviewboard.kde.org/r/104801/ and it's working just fine with that patch