Re: [Development] Issues with compiling Qt-Creator on windows

2012-11-07 Thread Koehne Kai
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

Re: [Development] Issues with compiling Qt-Creator on windows

2012-11-07 Thread Majid Khan
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

Re: [Development] Issues with compiling Qt-Creator on windows

2012-11-06 Thread Majid Khan
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

Re: [Development] Issues with compiling Qt-Creator on windows

2012-10-08 Thread Ziller Eike
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

[Development] Issues with compiling Qt-Creator on windows

2012-10-07 Thread Majid Khan
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