|
From: Christian P. <cp....@go...> - 2008-05-25 06:37:05
|
On Thu, Mar 20, 2008 at 7:05 PM, Danny Backx <dan...@sc...> wrote: > There is a beta of Qt version 4 around which should work on WinCE. > > The development environment of that districution is Microsoft tools > though. > > Has anyone attempted this with cegcc ? > > Danny > Hi, I finally got the recently released 4.4.0 version for Windows CE to compile with mingw32ce (thanks to Pedro's 4.1.0 patch from the mailing list, which acted as reference for fixing many of the compile errors that occured). It would be nice if someone could review the attached patch and help to clean it up, so it can eventually be released somewhere. I only fixed the compile errors so far, there are also some warnings that could be fixed, too. And it's also possible that some of the changes break functionality. I only tested some simple GUI applications from the examples directory so far, which seemed to work ok. I used the Cygwin bash shell as development environment with the PATH variable pointing to both mingw32ce and MinGW (to compile the host tools). In this environment, after applying the patch, Qt can be built with the following steps: $ cd qt-embedded-wince-opensource-src-4.4.0 $ source ./setenv.sh $ ./configure-wince-arm-g++.sh $ mingw32-make Christian |