Removing WinCE support

2012-05-08 Thread Alexander Neundorf
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 for other embedded OSs like e.g. eCos.

Re: LIBRARY_TYPE in ECMQtFramework.cmake

2012-05-08 Thread Alexander Neundorf
On Monday 07 May 2012, Stephen Kelly wrote: > Alexander Neundorf wrote: > > Hi, > > > > in ECMQtFramework.cmake there is the line > > > > set(LIBRARY_TYPE SHARED) > > > > which is used later on in the libraries e.g. like this: > > > > add_library(itemmodels ${LIBRARY_TYPE} ${itemmodels_SRCS}) >