XCode 4 support has been added to Qt
Today, I submitted a merge request to Nokia that completes and makes available the XCode 4 support that was previously available to customers as a patch for Qt 4.7.x. The patch itself will be included...
View ArticleAnatomy of a Qt 5 for Android application
To those of you who were at the Contributor’s Summit, I said that I would write a few more technical blogs about Qt 5 for Android in the near future. This first blog accompanies my session at the CS...
View ArticleBringing the magic of Qt to Windows Runtime
We’ve been hard at work on the Windows Runtime (WinRT) port and it’s about time we share a bit with all of you. For Qt 5.3, we’re releasing the WinRT port as Beta quality, with most of the Qt...
View ArticleCoin – Continuous Integration for Qt
Testing is important for every software product, and Qt is no different. It is quite intriguing how much work goes into testing to ensure that a Qt release is the very best. Although I’m not directly...
View ArticleQt Visual Studio Tools 2.0 Released
Today we are releasing Qt Visual Studio Tools 2.0. This is mainly a release moving the functionality of the old Visual Studio Add-In to newer versions of Visual Studio. In addition to some minor bug...
View ArticleQt Visual Studio Tools Insights
While working on the Qt Visual Studio tools, I had to think about how to locally perform and test the update process for extensions. As already known to most Visual Studio users, the IDE provides a way...
View ArticleQt Visual Studio Tools Version 2.1.2 Beta
After some time working on the integration with Visual Studio 2017, we would now like to make the current status of this work in progress available to users of VS 2017. We have released a new beta of...
View ArticleQt in Visual Studio: A New Approach Based on MSBuild
As mentioned in a previous post, we have been working on a new official release of the Qt Visual Studio Tools. Ahead of this release, we would like to present some key changes and what impact they will...
View ArticleQt in Visual Studio: Improving Performance
In the last post, we discussed a new approach to design time and build time integration of external tools in Visual Studio using MSBuild rules and targets. This will be included in the upcoming release...
View ArticleQML Debugging in Visual Studio
The next release of the Qt Visual Studio Tools, v2.3.0, will allow debugging of QML applications in Visual Studio. It will be possible to set breakpoints in QML files and step through the execution of...
View Article