Changeset 649 for branches/vendor/nokia/qt/current/qmake/project.cpp
- Timestamp:
- Mar 7, 2010, 11:52:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/qmake/project.cpp
r556 r649 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]) … … 80 80 E_FIND, E_SYSTEM, E_UNIQUE, E_QUOTE, E_ESCAPE_EXPAND, 81 81 E_UPPER, E_LOWER, E_FILES, E_PROMPT, E_RE_ESCAPE, E_REPLACE, 82 E_SIZE };82 E_SIZE }; 83 83 QMap<QString, ExpandFunc> qmake_expandFunctions() 84 84 { … … 112 112 qmake_expand_functions->insert("replace", E_REPLACE); 113 113 qmake_expand_functions->insert("size", E_SIZE); 114 114 115 } 115 116 return *qmake_expand_functions; … … 1865 1866 } 1866 1867 1868 1869 1870 1867 1871 QStringList 1868 1872 QMakeProject::doProjectExpand(QString func, QList<QStringList> args_list, … … 2302 2306 } 2303 2307 break; } 2308 2309 2310 2311 2312 2313 2314 2315 2304 2316 default: { 2305 2317 fprintf(stderr, "%s:%d: Unknown replace function: %s\n",
Note:
See TracChangeset
for help on using the changeset viewer.
