Build QtSerialBus Module for WinRT arm architecture
Unsolved
General and Desktop
-
Hello,
i dowloaded the prebuild binaries for WinRT. The QtSerialBus module is missing, so i want to compile it by myself.
I need it fpr the arm architecure.First i call the qtenv2.bat in the bin directory and then the vcvarsall.bat.
So i go into the the source files directory and call qmake qtserialbus.pro:
cd C:\Qt\Qt5.7.0_WinRT\5.7\Src\qtserialbus\ qmake qtserialbus.pro
But then i got this error:
Project WARNING: Cannot compile the module with your compiler, missing C++11 language features.
Can anybody tell me where i do my mistake?
Thanks!
-
@beecksche Which Visual Studio version do you use?
-
@beecksche How did you call configure? Which parameters did you pass to configure?
-
@jsulm
Hmm ... maybe there's the problem ;-). I just run qmake.So i need to call configure in the root directory?
I suggest something like that:
configure -platform win32-msvc2015 -xplatform winrt-arm-msvc2015 -opensource -nomake examples
Is that correct?
-
@beecksche I never built for WinRT, but it looks good.