[Interest] How to run a WinRT app on a Window 8 intel tablet?

Kalinowski Maurice Maurice.Kalinowski at theqtcompany.com
Mon Jun 8 15:39:02 CEST 2015


Are you sure you are using a "native command prompt" meaning the one for compiling desktop applications?

BR,
Maurice


> -----Original Message-----
> From: interest-bounces+maurice.kalinowski=theqtcompany.com at qt-
> project.org [mailto:interest-
> bounces+maurice.kalinowski=theqtcompany.com at qt-project.org] On
> Behalf Of Nuno Santos
> Sent: Montag, 8. Juni 2015 15:33
> To: Andrew Knight; interest at qt-project.org
> Subject: Re: [Interest] How to run a WinRT app on a Window 8 intel tablet?
> 
> Andrew,
> 
> I'm configure QT with this line:
> 
> configure -prefix c:\qt\5.4\winrt_x86 -xplatform winrt-x64-msvc2013 -debug-
> and-release -nomake examples -nomake tests -skip webkit -skip multimedia
> 
> How do you configure yours?
> 
> I didn't had problems configuring it, but i'm having problems building it.
> 
> kernel\qhostaddress.cpp(786) : error C2065: 'INADDR_BROADCAST' :
> undeclared identifier
> kernel\qhostaddress.cpp(789) : error C2065: 'INADDR_LOOPBACK' :
> undeclared identifier
> kernel\qhostaddress.cpp(795) : error C2065: 'INADDR_ANY' : undeclared
> identifier
> 
> Regards,
> 
> Nuno
> 
> On 08/06/2015 11:25, Andrew Knight wrote:
> > Hi Nuno,
> >
> > On 08/06/15 13:05, Nuno Santos wrote:
> >> Oliver,
> >>
> >> Is Qt for WinRT only available for x64 arch?
> > In terms of pre-built releases, yes.
> >>
> >> The test tablet I got is x64 but it has a 32bit windows installed on it.
> >>
> >> Is there any way of work around this?
> > Build Qt yourself with the winrt-x86-msvc2013 mkspec.
> >>
> >> Regards,
> >>
> >> Nuno
> >>
> >> On 04/06/2015 12:37, Oliver Wolff wrote:
> >>> Hi,
> >>>
> >>> I am afraid that deployment to a device from Creator only works for
> >>> Windows Phone but not for Windows Tablets. For Tablets you have to
> >>> package/deploy everything manually using windeployqt for example.
> >>> The other option (that I would tend to avoid) would be building on
> >>> your tablet (if it has an x86 CPU).
> >>> Another option would be to use Visual Studio. There it should be
> >>> possible to select your tablet and deploy the application you
> >>> created (for example by calling qmake -tp vc CONFIG+=windeployqt).
> >>> Some more information can be found on
> >>> http://doc.qt.io/qt-5/winrt-support.html#package-content but the
> >>> content here is partially outdated and being updated at the moment.
> >>> The D3D shader service for example is no longer needed.
> >>>
> >>> BR,
> >>> Olli
> >>>
> >>> On 6/4/2015 12:57, Nuno Santos wrote:
> >>>> Hi,
> >>>>
> >>>> I'm doing my first experiments with WinRT.
> >>>>
> >>>> I have a Dell Window 8 tablet and i'm trying to run a QtQuick Hello
> >>>> World program on it.
> >>>>
> >>>> I was able to start the app on the computer but not on the tablet.
> >>>>
> >>>> I thought there was a mechanism like iOS and Android, in which I
> >>>> could select the device.
> >>>>
> >>>> Is there any guide line on how to proceed?
> >>>>
> >>>> Regards,
> >>>>
> >>>> Nuno
> >>>> _______________________________________________
> >>>> Interest mailing list
> >>>> Interest at qt-project.org
> >>>> http://lists.qt-project.org/mailman/listinfo/interest
> >>> _______________________________________________
> >>> Interest mailing list
> >>> Interest at qt-project.org
> >>> http://lists.qt-project.org/mailman/listinfo/interest
> >> _______________________________________________
> >> Interest mailing list
> >> Interest at qt-project.org
> >> http://lists.qt-project.org/mailman/listinfo/interest
> >
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list