aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-02-14 13:43:40 +0100
committerJoerg Bornemann <joerg.bornemann@nokia.com>2011-02-14 13:43:40 +0100
commit7c51727aeef8d6ae635de8bc6516a01c19af4986 (patch)
tree7631b7f3f3002d630ce8f6fcd7d8fb6e535211ac
parentd229bf5f5d329c7bdf4d14929df8813dac879091 (diff)
changelog updatedv1.1.8
-rw-r--r--Qt4VS2003/Qt4VSAddin/Changes-1.1.88
1 files changed, 8 insertions, 0 deletions
diff --git a/Qt4VS2003/Qt4VSAddin/Changes-1.1.8 b/Qt4VS2003/Qt4VSAddin/Changes-1.1.8
index 999e6d72..f7139969 100644
--- a/Qt4VS2003/Qt4VSAddin/Changes-1.1.8
+++ b/Qt4VS2003/Qt4VSAddin/Changes-1.1.8
@@ -3,6 +3,8 @@ improvements.
Changes
-------
+- Do not save the QTDIR in a property sheet for VS 2010. (QTVSADDINBUG-12)
+- QtDeclarative module added to the modules page and wizards. (QTVSADDINBUG-44)
- Fix import of .pri files. (QTVSADDINBUG-38)
- Save the modified generated .vc(x)proj after .pro file import.
(QTVSADDINBUG-40)
@@ -14,6 +16,12 @@ Changes
- Fix broken include paths in moc calls for VS 2010. (QTVSADDINBUG-34)
- Fix import of previously unloaded projects. (QTVSADDINBUG-31)
- Preserve line breaks in custom build steps after import. (QTVSADDINBUG-32)
+- Fix exception that could be raised when changing the Qt version of solutions
+ that contained non-C++ projects. (QTVSADDINBUG-50)
+- Fix moc command line creation for include paths that contain whitespace
+ characters. (QTVSADDINBUG-53)
+- Fixed the Windows CE wizards that stopped working under certain circumstances.
+ (QTVSADDINBUG-42)
- Several fixes for Windows CE project generation.
- Qt 4.7.2 documentation included.