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.

Location:
branches/vendor/nokia/qt/current/tools/configure
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/tools/configure/configure_pch.h

    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])
  • branches/vendor/nokia/qt/current/tools/configure/configureapp.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])
     
    318318    dictionary[ "DBUS" ]            = "auto";
    319319    dictionary[ "S60" ]             = "yes";
     320
    320321
    321322    dictionary[ "STYLE_WINDOWS" ]   = "yes";
     
    483484            dictionary[ "BUILDDEV" ] = "yes";
    484485            dictionary["LICENSE_CONFIRMED"] = "yes";
     486
     487
     488
    485489        }
    486490        else if( configCmdLine.at(i) == "-opensource" ) {
     
    804808            dictionary[ "NATIVE_GESTURES" ] = "no";
    805809#if !defined(EVAL)
    806         // Others ---------------------------------------------------
     810        // -------------------------------------------
    807811        else if (configCmdLine.at(i) == "-fpu" )
    808812        {
     
    813817        }
    814818
    815         // S60 Support -------------------------------------------
    816819        else if( configCmdLine.at(i) == "-s60" )
    817820            dictionary[ "S60" ]    = "yes";
     
    819822            dictionary[ "S60" ]    = "no";
    820823
     824
     825
     826
     827
     828
     829
    821830        else if (configCmdLine.at(i) == "-fast" )
    822831            dictionary[ "FAST" ] = "yes";
     
    18231832        desc(                      "-fpu <flags>",         "VFP type on ARM, supported options: softvfp(default) | vfpv2 | softvfp+vfpv2");
    18241833        desc("S60", "no",          "-no-s60",              "Do not compile in S60 support.");
    1825         desc("S60", "yes",         "-s60",                 "Compile with support for the S60 UI Framework\n");
     1834        desc("S60", "yes",         "-s60",                 "Compile with support for the S60 UI Framework");
     1835        desc("SYMBIAN_DEFFILES", "no",  "-no-usedeffiles",  "Disable the usage of DEF files.");
     1836        desc("SYMBIAN_DEFFILES", "yes", "-usedeffiles",     "Enable the usage of DEF files.\n");
    18261837        return true;
    18271838    }
     
    25272538    }
    25282539
    2529     if (dictionary["MULTIMEDIA"] == "yes")
     2540    if (dictionary["MULTIMEDIA"] == "yes")
    25302541        qtConfig += "multimedia";
     2542
     2543
     2544
    25312545
    25322546    if (dictionary["WEBKIT"] == "yes")
     
    27452759            configStream << " no_plugin_manifest";
    27462760
     2761
     2762
     2763
     2764
     2765
     2766
     2767
    27472768        configStream << endl;
    27482769        configStream << "QT_ARCH = " << dictionary[ "ARCHITECTURE" ] << endl;
     
    27712792            configStream << "QT_LIBINFIX = " << dictionary["QT_LIBINFIX"] << endl;
    27722793
     2794
    27732795        if(!dictionary["ARM_FPU_TYPE"].isEmpty()) {
    2774             configStream<<"QMAKE_CXXFLAGS.ARMCC += --fpu "<< dictionary["ARM_FPU_TYPE"];
     2796            configStream<<";
    27752797        }
    27762798
     
    32683290    }
    32693291
     3292
     3293
     3294
     3295
     3296
     3297
     3298
     3299
    32703300    if(dictionary["ASSISTANT_WEBKIT"] == "yes")
    32713301        cout << "Using WebKit as html rendering engine in Qt Assistant." << endl;
  • branches/vendor/nokia/qt/current/tools/configure/configureapp.h

    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])
  • branches/vendor/nokia/qt/current/tools/configure/environment.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])
  • branches/vendor/nokia/qt/current/tools/configure/environment.h

    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])
  • branches/vendor/nokia/qt/current/tools/configure/main.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])
  • branches/vendor/nokia/qt/current/tools/configure/tools.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])
  • branches/vendor/nokia/qt/current/tools/configure/tools.h

    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])
Note: See TracChangeset for help on using the changeset viewer.