Ignore:
Timestamp:
Mar 7, 2010, 11:52:24 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Merged in qt-everywhere-opensource-src-4.6.2 from Nokia.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/qmake/project.cpp

    r556 r649  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    8080                  E_FIND, E_SYSTEM, E_UNIQUE, E_QUOTE, E_ESCAPE_EXPAND,
    8181                  E_UPPER, E_LOWER, E_FILES, E_PROMPT, E_RE_ESCAPE, E_REPLACE,
    82                   E_SIZE };
     82                  E_SIZE };
    8383QMap<QString, ExpandFunc> qmake_expandFunctions()
    8484{
     
    112112        qmake_expand_functions->insert("replace", E_REPLACE);
    113113        qmake_expand_functions->insert("size", E_SIZE);
     114
    114115    }
    115116    return *qmake_expand_functions;
     
    18651866}
    18661867
     1868
     1869
     1870
    18671871QStringList
    18681872QMakeProject::doProjectExpand(QString func, QList<QStringList> args_list,
     
    23022306        }
    23032307        break; }
     2308
     2309
     2310
     2311
     2312
     2313
     2314
     2315
    23042316    default: {
    23052317        fprintf(stderr, "%s:%d: Unknown replace function: %s\n",
Note: See TracChangeset for help on using the changeset viewer.