summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-18 16:55:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-18 17:28:44 +0100
commitd1c10615e31acc487eae0c966e8c3a8e5927af84 (patch)
treeb0612c6dd55846aa2aafbc8387848d4eed88b091 /dist
parentdd69e430ca3d8be0465b43d8fd332aed5a2d0634 (diff)
slash the -fast configure option
it's completely broken, and i have no time to fix it properly now. configure runs no qmake -r by default any more, so it's fast enough. Change-Id: Ib2b4c68f1fc2fe95accecbe93dd5a87c9b015692 Reviewed-by: David Faure (KDE) <faure@kde.org> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.01
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 212e08f11f..887b54d502 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -1054,6 +1054,7 @@ Qt for Windows CE
Whether code should be compiled with exception support enabled or disabled can be
controlled by a CONFIG += exceptions/exceptions_off setting in the .pro file.
* The -no/-stl configure options are gone. Qt always uses the STL now.
+ * The -no/-fast configure options are gone.
* The -prefix-install configure option is gone. Use -prefix, etc. instead.
* The -make option of the Windows configure was renamed to -make-tool.
-make now complements -no-make, like in the Unix version.