标题:Qt for Windows Runtime Technology Preview Released
作者:XChinux
日期:2013-12-13 09:58
内容:
转载: http://blog.qt.digia.com/blog/2013/12/12/qt-for-windows-runtime-technology-preview-released/
Qt for Windows Runtime Technology Preview Released
Published Thursday December 12th, 2013 | by Maurice Kalinowski
Today, we released the first iteration of our development efforts of porting Qt to Windows Runtime.
As a reminder, this includes multiple targets. First of all, you will be able to create Windows Store Apps for Windows 8 and subsequent versions. Also Windows RT, the operating system by Microsoft for tablets is supported. Lastly, Windows Phone 8 will also be supported, as it shares a significant amount of APIs with WinRT.
So far we have been aiming to get the basics right:
Configure Qt to find compilers for the different mkspecs we created
Automatically setup the cross compile environment without any manual tweaking. Some of you might remember “setcepaths” from the Windows CE port. Things like this are not required, configure and qmake will do all that magic for you
Compilation and support for most parts of qtbase
The last item also implies that Qt Quick 2 is not supported with this initial preview. But in case you want to test your widget-based application, you should be able to do so. It is important to note that the WinRT Technology Preview is based on the dev branch of Qt’s next minor release and not on today’s version, Qt 5.2.
To get started all you need to do is download the source package and call:
configure -xplatform winrt-x86-msvc2013
Followed by “nmake/jom” for an x86 build for WinRT with Visual Studio 2013. Other combinations are x64, msvc2012 and winphone for Windows Phone.
After compilation, you can then use this to build your project. Creating an app bundle and installation of this is documented here. As a pre-warning, manual steps are required which we will fix for the final version.
So what is coming next? ..
#1 [沙加 12-13 10:07]
求大神简明扼要的用汉语介绍一下呗!!!!!!!!!!!!
#2 [gaga0313 01-07 09:46]
确实 我也是看了一头的鸟语发愁