ubject: Re: [Development] Issues with compiling Qt-Creator on windows
>
> any help on this would be greatly appreciated.
So did
qmake.exe QT_PRIVATE_HEADERS="/home/me/where/qt/buildtree/is/include"
work?
Regards
Kai
___
Development
any help on this would be greatly appreciated.
thanks
On Wed, Nov 7, 2012 at 8:15 AM, Majid Khan wrote:
> I am now using Qt creator to build qt creator and my build step currently
> look like:
>
> qmake.exe qtcreator.pro -r -spec win32-msvc2010
> "CONFIG+=declarative_debug"
>
> and my private f
I am now using Qt creator to build qt creator and my build step currently
look like:
qmake.exe qtcreator.pro -r -spec win32-msvc2010 "CONFIG+=declarative_debug"
and my private files are in: C:\QtSDK\QtSources\4.8.1\include\QtCore\private
Do I change my build step to
qmake.exe qtcreator.pro -r
On 7 Oct 2012, at 16:21, Majid Khan wrote:
> I have tried compiling Qt creator using VS2010 (qt4.8.1) but I am missing
> .
>
> It works alright in linux (but thats because inclusion is under pre-processor
> directive for Q_OS_WIN. I have seen this has been issue for some other
> people too
I have tried compiling Qt creator using VS2010 (qt4.8.1) but I am missing
.
It works alright in linux (but thats because inclusion is under
pre-processor directive for Q_OS_WIN. I have seen this has been issue for
some other people too but haven't seen any fix around it.
Anyone has any idea for