Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Unable to build qtwinextras with Qt 5.1.1 (fatal error C1083: Cannot open include file: 'QtWinExtras/qwinextrasglobal.h')

$
0
0
I am trying to include the qtwinextras module as part of my build process. I am not a qmake expert but tried to follow what I could dig up. I downloaded the tar file from gitorious and unpacked it into <qtroot>\qtwinextras and then edited <qtroot>\qt.pro w/ “addModule(qtwinextras, qtbase)”. I am using a shadow build. I then ran configure and nmake. Nmake eventually failed build qtwinextras with the following error: fatal error C1083: Cannot open include file: ‘QtWinExtras/qwinextrasglobal.h’ I took a look at the include paths being used and (a) they were not accounting for my shadow build (which is annoying) but also (b) the qwinextrasglobal was not in the shadow build or in the original source include. It exists only in the original qtwinextras\src\winextras folder and is not being copied. So (a) why doesn’t is this file not being copied and (b) related … am I buildling this correctly. Thanks Lee

Viewing all articles
Browse latest Browse all 2113

Trending Articles