command line version - Compiling tools

Started by m_kaleia, November 27, 2011, 11:55:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

m_kaleia

Hello ,

I want to make command line only with out connecting to graphic dialogs,

I've started by reading Read me file and I have problem with finding the compiling tools.

Can any one give me a direct link for compiling tools that I need please.

note : i am working on windows

thanks alot

Volker Dirr

Qt changed their sites some time ago. currently (27.11.2011) the download is a bit hidden on the new page.
at the moment it is still linked to nokia, but that will change in a few days/weeks.
http://qt.nokia.com/downloads

m_kaleia

Do I have to download more programs  for comoliling or qt sdk is enough?

Thanks alot

Volker Dirr

you need also a c++ compiler. qt can download the mingw c++ compiler if you have no compiler.

Liviu Lalescu

#4
Quote from: m_kaleia on November 27, 2011, 09:15:38 PM
Do I have to download more programs  for comoliling or qt sdk is enough?

Qt SDK is enough (MinGW is included).

For Qt Libraries, you need also MinGW (get it also from the Qt download page, it is the recommended version).