Re: Removing WinCE support

2012-05-09 Thread Volker Krause
On Wednesday 09 May 2012 16:47:17 Stephen Kelly wrote: > Alexander Neundorf wrote: > > Hi, > > > > KDAB made kdelibs in some way work with Win CE. > > > > Now Win CE is a very different OS, and IMO we should not even strive to > > port KDE to such OSs (limitations in address space per process, st

Re: tier1/kcodecs/ doesn't compile standalone

2012-05-09 Thread Kevin Ottens
On Wednesday 9 May 2012 22:58:58 Alexander Neundorf wrote: > tier1/kcodecs/CMakeLists.txt sets an include directory > ${CMAKE_SOURCE_DIR}/tier1/kcoreaddons/src/kernel/ which is needed for > including qlocalizedstring. > So it doesn't build standalone. > > What is the plan with this, are the librari

Re: setting EXECUTABLE_OUTPUT_PATH in tier1/ tests ?

2012-05-09 Thread Kevin Ottens
On Wednesday 9 May 2012 22:18:56 Alexander Neundorf wrote: > P.S. Kevin, any progress on your "Get Windows and OSX developers more > involved" item ? Unfortunately no real outcome. I didn't get a reply on the windows side, and for OSX people involved are "lacking time". :-/ Regards. -- Kévin Otte

Re: kdelibs (tier1) splitting package/repository granularity

2012-05-09 Thread Kevin Ottens
On Wednesday 9 May 2012 21:38:55 Alexander Neundorf wrote: > I understand correctly that tier1 libs do not have any dependencies between > each other, right ? Correct. > Do we plan to put each of those into a separate repository and release as a > separate package ? Correct. Still some work need

tier1/kcodecs/ doesn't compile standalone

2012-05-09 Thread Alexander Neundorf
Hi, tier1/kcodecs/CMakeLists.txt sets an include directory ${CMAKE_SOURCE_DIR}/tier1/kcoreaddons/src/kernel/ which is needed for including qlocalizedstring. So it doesn't build standalone. What is the plan with this, are the libraries in tier1/ alkready supposed to be buildable standalone ? A

Re: Qt component QtConcurrent ?

2012-05-09 Thread Alexander Neundorf
On Monday 07 May 2012, Stephen Kelly wrote: > Alexander Neundorf wrote: > > Hi, > > > > in tier1/solid/CMakeLists.txt the component "QtConcurrent" is requested > > from FindQt4.cmake. > > Is QtConcurrent a separate component of Qt ? > > FindQt4.cmake coming with cmake 2.8.8 fails with an error in

setting EXECUTABLE_OUTPUT_PATH in tier1/ tests ?

2012-05-09 Thread Alexander Neundorf
Hi, in several autotests/ directories in tier1/ EXECUTABLE_OUTPUT_PATH is set like this: set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}) If I'm not wrong, this means those tests can't be executed without further work under Windows. Under Linux everything is fine, RPATH is set properly i

kdelibs (tier1) splitting package/repository granularity

2012-05-09 Thread Alexander Neundorf
Hi, sorry if I missed something, anyway, here it goes. Now that I actually started to do stuff in kdelibs, I had a closer look at the libraries in tier1/. Some of them are really small: kdbusaddons: 6 files kplotting: 8 files kguiaddons: 12 files itemmodels: 22 files kwindowsystem: 26 files ka

Re: Removing WinCE support

2012-05-09 Thread Stephen Kelly
Alexander Neundorf wrote: > Hi, > > KDAB made kdelibs in some way work with Win CE. > > Now Win CE is a very different OS, and IMO we should not even strive to > port KDE to such OSs (limitations in address space per process, static > linking only, etc.). This is not anti-MS, this also applies f