Hi Jochen,

> From: [email protected] 
> [[email protected]] on behalf of Kuhn, 
> Jochen [[email protected]]
> Sent: Thursday, April 17, 2014 4:33 PM
> To: [email protected]
> Subject: [Interest] Qt 5.2.1 and Windows Embedded Compact 2013
> 
> Hello,
 > 
> I have a Windows Embedded Compact 2013 system and I try to run a Qt 5.2.1
> project on it.
> But I can’t find any up-to-date descriptions how to setup and build a Qt-
> project for this system.
> I’m working with Visual Studio 2012 and the Qt-plugin.
> Is it even possible?

Have you tried to compile Qt? You're getting ahead of yourself if you're 
already inside Visual Studio.

Given that there is no mkspec (look in qtbase/mkspecs) for that platform, I'd 
say it's not possible out of the box. No one has contributed any configuration 
for that OS, it's not mentioned in the WinCE docs 
(http://doc-snapshot.qt-project.org/qt5-stable/wince-with-qt-introduction.html),
 and it's not tested in CI. Start by making a copy of 
wince70embedded-XXX-msvc2008 and hacking it to work with the new toolchain. 
Compile qtbase with:

./configure -xplatform your_new_mkspec

Maybe the old mkspec will mostly work fine, or maybe you'll be in for a long 
road of build errors which require fixups. If you're interested in getting help 
(and contributing your work back), stop by #qt-labs and ask for the WinCE guys.

Cheers,
Andrew
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to