Changeset 846 for trunk/qmake/property.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/qmake/property.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 96 96 else if(v == "QT_INSTALL_PLUGINS") 97 97 return QLibraryInfo::location(QLibraryInfo::PluginsPath); 98 else if(v == "QT_INSTALL_IMPORTS") 99 return QLibraryInfo::location(QLibraryInfo::ImportsPath); 98 100 else if(v == "QT_INSTALL_TRANSLATIONS") 99 101 return QLibraryInfo::location(QLibraryInfo::TranslationsPath); … … 105 107 return QLibraryInfo::location(QLibraryInfo::DemosPath); 106 108 else if(v == "QMAKE_MKSPECS") 107 return qmake_mkspec_paths().join(Option::target_mode == Option::TARG_WIN_MODE || 108 Option::target_mode == Option::TARG_OS2_MODE ? ";" : ":"); 109 return qmake_mkspec_paths().join(Option::dirlist_sep); 109 110 else if(v == "QMAKE_VERSION") 110 111 return qmake_version(); … … 193 194 specialProps.append("QT_INSTALL_BINS"); 194 195 specialProps.append("QT_INSTALL_PLUGINS"); 196 specialProps.append("QT_INSTALL_IMPORTS"); 195 197 specialProps.append("QT_INSTALL_TRANSLATIONS"); 196 198 specialProps.append("QT_INSTALL_CONFIGURATION");
Note:
See TracChangeset
for help on using the changeset viewer.