You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, February 14th 2006, 7:41pm

a dumb question

hi

first time using QT so if the question is stupid, please bear with me.

For windows manual, on the 'hello world' example, it says to do 'qmake -project', 'qmake hello.pro' and then run 'make' to build the program. But in windows there is no 'make' . Am I missing something? thanks

brcain

Beginner

Posts: 27

Location: AL, USA

Occupation: Sr. Software Engineer, Computer Science PhD student

  • Send private message

2

Tuesday, February 14th 2006, 7:47pm

RE: a dumb question

You can either use GNU make or Visual Studio nmake (or other) ... depending upon which version of Qt you have.

I'm using MinGW (open source) version of Qt ... so I use the MinGW make.

brcain

Beginner

Posts: 27

Location: AL, USA

Occupation: Sr. Software Engineer, Computer Science PhD student

  • Send private message

3

Tuesday, February 14th 2006, 7:48pm

For more on MinGW, see
www.mingw.org

4

Tuesday, February 14th 2006, 8:00pm

I am wondering what QT says about this? It seems they didn't mention anything about using a 3rd party 'make'.

In the manual, they only say "QT4 also works in Windows". Some marketing gimmick I guess.

thanks for the reply

brcain

Beginner

Posts: 27

Location: AL, USA

Occupation: Sr. Software Engineer, Computer Science PhD student

  • Send private message

5

Tuesday, February 14th 2006, 8:24pm

Qt is an application framework. To build your own applications, you'll have to employ some sort of compiler. This is normal. Qt doesn't claim to be an IDE.