PDA

View Full Version : How to install Qt5 add-on modules



mentalmushroom
6th September 2013, 15:41
Hello, I am using Qt 5.1.1 binaries downloaded from http://qt-project.org/downloads. I need to install Qt System Info add-on module. There is no guide on how to build and install it. I downloaded the source code from https://qt.gitorious.org/qt/qtsystems and extracted it to a temporary folder. From the Visual Studio 2012 developer command prompt I cd to the directory containing qtsystems.pro file. Then I run qmake and nmake command. It gives the compilation error:

d:\temp\qt-qtsystems\src\publishsubscribe\qvaluespace_p.h(56) : fatal error C1083: Cannot open include file: 'qvaluespace.h': No such file or directory

Any help is appreciated...

guto2784
17th March 2014, 15:44
I want to know the same thing for qt 5.2 I need to use the module qtcontacts to obtain the addressbook from my iphone.
how can I do this?