Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/global/qlibraryinfo.cpp

    r813 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    6161#ifdef Q_OS_MAC
    6262#  include "private/qcore_mac_p.h"
     63
     64
     65
     66
    6367#endif
    6468
     
    103107
    104108QT_BEGIN_NAMESPACE
     109
     110
    105111
    106112#ifndef QT_NO_SETTINGS
     
    333339            break;
    334340#endif
     341
     342
     343
     344
     345
    335346#ifdef QT_CONFIGURE_DATA_PATH
    336347        case DataPath:
     
    394405            key = QLatin1String("Plugins");
    395406            defaultValue = QLatin1String("plugins");
     407
     408
     409
     410
    396411            break;
    397412        case DataPath:
     
    487502            ret = expandEnvVars(ret);
    488503#endif
     504
     505
     506
     507
     508
     509
     510
     511
    489512            config->endGroup();
    490513        }
     
    535558                    if (urlRef) {
    536559                        QCFString path = CFURLCopyFileSystemPath(urlRef, kCFURLPOSIXPathStyle);
    537                         return QDir::cleanPath(path + QLatin1String("/Contents/") + ret);
     560                        return QDir::cleanPath( + QLatin1String("/Contents/") + ret);
    538561                    }
    539562                }
     
    565588    \value DocumentationPath The location for documentation upon install.
    566589    \value HeadersPath The location for all headers.
    567     \value LibrariesPath The location of installed librarires.
     590    \value LibrariesPath The location of installed libraries.
    568591    \value BinariesPath The location of installed Qt binaries (tools and applications).
    569592    \value PluginsPath The location of installed Qt plugins.
     593
    570594    \value DataPath The location of general Qt data.
    571595    \value TranslationsPath The location of translation information for Qt strings.
     
    592616{
    593617    printf("This is the QtCore library version " QT_VERSION_STR "\n"
    594            "Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).\n"
     618           "Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).\n"
    595619           "Contact: Nokia Corporation ([email protected])\n"
    596620           "\n"
    597621           "Build key:           " QT_BUILD_KEY "\n"
     622
     623
     624
     625
     626
     627
     628
     629
    598630           "Build date:          %s\n"
    599631           "Installation prefix: %s\n"
     
    605637           qt_configure_headers_path_str + 12);
    606638
     639
     640
    607641#ifdef QT_EVAL
    608642    extern void qt_core_eval_init(uint);
Note: See TracChangeset for help on using the changeset viewer.