Changeset 651 for trunk/qmake/project.cpp
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/qmake/project.cpp
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 82 82 E_FIND, E_SYSTEM, E_UNIQUE, E_QUOTE, E_ESCAPE_EXPAND, 83 83 E_UPPER, E_LOWER, E_FILES, E_PROMPT, E_RE_ESCAPE, E_REPLACE, 84 E_SIZE };84 E_SIZE }; 85 85 QMap<QString, ExpandFunc> qmake_expandFunctions() 86 86 { … … 114 114 qmake_expand_functions->insert("replace", E_REPLACE); 115 115 qmake_expand_functions->insert("size", E_SIZE); 116 116 117 } 117 118 return *qmake_expand_functions; … … 1869 1870 } 1870 1871 1872 1873 1874 1871 1875 QStringList 1872 1876 QMakeProject::doProjectExpand(QString func, QList<QStringList> args_list, … … 2308 2312 } 2309 2313 break; } 2314 2315 2316 2317 2318 2319 2320 2321 2310 2322 default: { 2311 2323 fprintf(stderr, "%s:%d: Unknown replace function: %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.