You are not logged in.

1

Wednesday, April 29th 2009, 7:50pm

Missing make.bat

I just installed the recent update to windoze Qt SDK: qt-sdk-win-opensource-2009.02.exe

I noticed that the make.bat file that was in the previous version is missing...

So I created the following file: C:\Qt\2009.02\qt\bin\make.bat

@echo off
mingw32-make %*

It seems to make my system happy... just wondering if I should be using something different, and/or if this is a 'correct' patch.

-Jim

2

Monday, May 11th 2009, 5:20am

I noticed the same thing, and I did the same thing.
It looks like an error on Nokia's part.

Working through this will be troublesome for a beginner working from the official Qt book.