Re: [Qt-creator] Save All repositions cursor

2009-08-14 Thread Kai Koehne
ext Shaun van Wyngaard (Home) wrote: > > Hi > I have changed my keyboard keys so that F12 does a "Save All" > However, it also removes my indentation if I haven't as yet typed > anything on the line, i.e. it takes it back to position 1 of the line. > > Now to check, under Options/Text editor/Be

Re: [Qt-creator] Trouble importing Creator projects into MSVC

2009-08-14 Thread Danny Price
Thanks for the reply. Yes VS defaults to using the non GCC version and can create and build Qt projects fine. It generates an empty vcproj file before displaying this error. On Fri, Aug 14, 2009 at 12:02 PM, Joerg Bornemann wrote: > Seems like the VS Add-in thinks that in C:\Qt\4.5.2 is a MinGW

Re: [Qt-creator] Trouble importing Creator projects into MSVC

2009-08-14 Thread Joerg Bornemann
Seems like the VS Add-in thinks that in C:\Qt\4.5.2 is a MinGW build. It calls qmake with the win32-g++ mkspec which doesn't generate a vcproj file. This cannot work. Are you sure that you've registered the correct Qt build directory in the VS Add-in settings? Maybe this page is helpful: http://

Re: [Qt-creator] Multithread / multi jobs build with QtCreator

2009-08-14 Thread Juergen Hunold
Hi, On Wednesday 12 August 2009, Vincent LEFORT wrote: > I have installed the lastest release of mingw32-make (3.81) but it > seems to build in only one jobs :( The problem seems to be that options are not passed to make sub- commands. Running mingw32-make -j4 -i -f Makefile.Debug in "qt/src/co