Building for WinCE 6.0
Maurice Kalinowski
mkalinow at trolltech.com
Tue Oct 30 08:15:08 CET 2007
Hi,
I am sorry that I forgot to tell about this (beside, the documentation
might need some updates there). We have included a small binary
currently being called sdkscanner.exe. That one is capable of parsing
your Visual Studio configuration and looks for all Windows CE SDK
currently being installed. Not only that it can create a script for you,
which you then want to use after the configure step to reset your
environment for crosscompiling.
The usual syntax for it is:
sdkscanner -list
sdkscanner -sdk <long name for you sdk, usually in ""> -script <output
script>
> However, I did see this warning:
>
> kernel\qmime_win.cpp(1314) : warning C4996: 'QString::QString' was
> declared deprecated
>
> c:\qt\4.3.2-tp1\include\qtcore\../../src/corelib/tools/qstring.h(356) :
> see declaration of 'QString::QString'
>
> Not sure why QString would be declared deprecated...
>
>
Regarding your question about QString. QString has not been deprecated
and it is fairly sure, that is won't ever be. What the compiler warns
about is a Qt3Support member function, which does not exist on Qt/WinCE,
as Qt3Support is a not supported module on this platform. This warning
should be disappeared within the next release, so please ignore it for now.
Best Regards
Maurice Kalinowski
More information about the Qtce-preview-feedback
mailing list