aboutsummaryrefslogtreecommitdiffstats
path: root/Qt4VS2003/Qt4VSAddin/Changes-1.1.8
blob: f7139969f02213bfc9affb5772f117d936186a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
The Qt Visual Studio Add-In version 1.1.8 contains multiple bugfixes and
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)
- Proper handling of moc file exclusion when saving cpp files.
  (QTVSADDINBUG-33)
- Remove user macro from property sheed when $(QTDIR) is used in VS2010.
  (QTVSADDINBUG-12)
- Documented possibility to add $(QTDIR) version. (QTVSADDINGBUG-19)
- 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.