Changeset 769 for trunk/tools/configure/tools.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/tools/configure/tools.cpp
r651 r769 147 147 dictionary["EDITION"] = "Evaluation"; 148 148 dictionary["QT_EDITION"] = "QT_EDITION_EVALUATION"; 149 licenseType = "Evaluation"; 149 150 } 150 151 } … … 213 214 214 215 // Override for evaluation licenses 215 if (dictionary["E dition"] == "Evaluation")216 if (dictionary["EDITION"] == "Evaluation") 216 217 dictionary["LICENSE_EXTENSION"] = "-EVALUATION"; 217 218
Note:
See TracChangeset
for help on using the changeset viewer.