Details
Description
Currently we need to set the version like this in the UserProperties section:
Qt5Version_x0020_Win32="5.2.0"
But if we change the Qt version we need to replace this in all project files.
Would be nice if we can use macros to define the current used Qt version, like this:
Qt5Version_x0020_Win32="$(QtVersion)"
Attachments
Issue Links
- depends on
-
QTVSADDINBUG-575 Set Qt version as a configuration property
- Closed