1
QtCreator 1.3.0
2
===============
3
QtCreator is a crossplatform C++ IDE for development with the Qt framework.
4
5
Supported Platforms
6
===================
7
The binary packages support the following platforms:
8
9
Windows XP SP2, Windows Vista
10
(K)Ubuntu Linux 7.04 32bit and 64bit
11
Mac OS 10.4 and later
12
13
Building the sources requires Qt 4.6.0 or later.
14
15
Compiling Qt Creator
16
====================
17
Prerequisites:
18
   * Qt 4.6
19
   * On Windows: mingw 4.4 or later, Visual Studio 2008 or later
20
   * On Mac: XCode 2.5 or later
21
22
We recommend that you build Qt Creator not in the source directory, but in a separate directory.
23
To do that, use the following commands:
24
mkdir $BUILD_DIRECTORY
25
cd $BUILD_DIRECTORY
26
qmake $SOURCE_DIRECTORY/qtcreator.pro
27
make (or mingw32-make or nmake or jom, depending on your platform)
28
29
Third-party components
30
======================
31
QtCreator includes the following third-party components,
32
we thank the authors who made this possible:
33
34
* Open Source front-end for C++ (license MIT), enhanced for use in Qt Creator
35
  Roberto Raggi <roberto.raggi@gmail.com>
36
  QtCreator/src/shared/cplusplus