Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QT winRT and the native WinRT API
-
Hi all,
I want to implement some printing functionality for the winrt port of my app. For this I wanted to use the winrt api. What I found is that I have to set the QMAKE_CXXFLAGS +=/ZW. But if I do so I directly get an error C1107: assembly "platform.winmd" not found. Use AI/ flag or add LIBPATH.
I have no idea what to add to the .pro for this.
I use QT 5.6 the latest RC and the VS Compiler 14.
Any hints?
patrik