From 78b642eb0c2bb631793a41110df09214dccba00a Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 25 Aug 2014 10:59:42 +0200 Subject: Remove pre-Qt 5.3.1 code paths from main Qt Creator pro and pri files Change-Id: I71bee691a2b9bad7dbdb4ca9c0a938d4313305f7 Reviewed-by: hjk --- README | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'README') diff --git a/README b/README index d96918acb1..cdb2e7a6d4 100644 --- a/README +++ b/README @@ -11,13 +11,11 @@ Windows XP SP3 or later Mac OS X 10.7 or later Building the sources requires Qt 5.3.1 or later. -It is also possible to build with Qt 4.8.x, but in that case the Welcome mode, -QML Profiler, and the WinRT and Qbs support are disabled. Compiling Qt Creator ==================== Prerequisites: - * Qt 5.3.1 or later (with restrictions also Qt 4.8.x) + * Qt 5.3.1 or later * On Windows: - ActiveState Active Perl - MinGW with g++ 4.5 or Visual Studio 2010 or later @@ -33,28 +31,10 @@ You can build Qt Creator with qmake -r make (or mingw32-make or nmake or jom, depending on your platform) -Note: If you use Qt 4.8 to build on OS X, you need to additionally pass - "-spec unsupported/macx-clang-libc++" to qmake. - Installation ("make install") is not needed. It is however possible, using make install INSTALL_ROOT=$INSTALL_DIRECTORY -Private Header Dependencies When Compiling With Qt 4.8 ------------------------------------------------------- - -The QNX plugin, and on Windows the Utils library, use -private headers of Qt. These private headers always end with an "_p.h". Digia -and the Qt Project do not promise to keep these files or APIs binary or source -compatible between releases. This means that when compiled, Qt Creator has a -dependency to the exact Qt version it was compiled with. Running Qt Creator -against updated Qt libraries (also for patch releases) might lead to link time -failures, or even crashes. - -To disable the plugins, pass "QT_PRIVATE_HEADERS=" to qmake: - - qmake "QT_PRIVATE_HEADERS=" $SOURCE_DIRECTORY/qtcreator.pro - Compiling Qt and Qt Creator on Windows -------------------------------------- -- cgit v1.2.1