Changeset 865 for trunk/doc/src/snippets


Ignore:
Timestamp:
May 16, 2011, 4:09:34 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/snippets/code/doc_src_emb-install.qdoc

    r846 r865  
    4141//! [0]
    4242cd <anywhere>
    43 gunzip qt-everywhere-opensource-src-4.7.2.tar.gz
    44 tar xf qt-everywhere-opensource-src-4.7.2.tar
     43gunzip qt-everywhere-opensource-src-4.7.3.tar.gz
     44tar xf qt-everywhere-opensource-src-4.7.3.tar
    4545//! [0]
    4646
    4747
    4848//! [1]
    49 ~/qt-everywhere-opensource-src-4.7.2
     49~/qt-everywhere-opensource-src-4.7.3
    5050//! [1]
    5151
     
    5656
    5757//! [2]
    58 cd  ~/qt-everywhere-opensource-src-4.7.2
     58cd  ~/qt-everywhere-opensource-src-4.7.3
    5959./configure -embedded [architecture]
    6060//! [2]
     
    7272
    7373//! [5]
    74 PATH=/usr/local/Trolltech/QtEmbedded-4.7.2/bin:$PATH
     74PATH=/usr/local/Trolltech/QtEmbedded-4.7.3/bin:$PATH
    7575export PATH
    7676//! [5]
     
    7878
    7979//! [6]
    80 setenv PATH /usr/local/Trolltech/QtEmbedded-4.7.2/bin:$PATH
     80setenv PATH /usr/local/Trolltech/QtEmbedded-4.7.3/bin:$PATH
    8181//! [6]
  • trunk/doc/src/snippets/code/doc_src_installation.qdoc

    r846 r865  
    4141//! [0]
    4242cd /tmp
    43 gunzip qt-everywhere-opensource-src-4.7.2.tar.gz        # uncompress the archive
    44 tar xvf qt-everywhere-opensource-src-4.7.2.tar          # unpack it
     43gunzip qt-everywhere-opensource-src-4.7.3.tar.gz        # uncompress the archive
     44tar xvf qt-everywhere-opensource-src-4.7.3.tar          # unpack it
    4545//! [0]
    4646
    4747
    4848//! [1]
    49 cd /tmp/qt-everywhere-opensource-src-4.7.2
     49cd /tmp/qt-everywhere-opensource-src-4.7.3
    5050./configure
    5151//! [1]
     
    6868
    6969//! [5]
    70 PATH=/usr/local/Trolltech/Qt-4.7.2/bin:$PATH
     70PATH=/usr/local/Trolltech/Qt-4.7.3/bin:$PATH
    7171export PATH
    7272//! [5]
     
    7474
    7575//! [6]
    76 setenv PATH /usr/local/Trolltech/Qt-4.7.2/bin:$PATH
     76setenv PATH /usr/local/Trolltech/Qt-4.7.3/bin:$PATH
    7777//! [6]
    7878
     
    8585//! [8]
    8686C:
    87 cd /D C:\Qt\4.7.2
     87cd /D C:\Qt\4.7.3
    8888configure
    8989//! [8]
     
    102102//! [11]
    103103cd /tmp
    104 gunzip qt-everywhere-opensource-src-4.7.2.tar.gz        # uncompress the archive
    105 tar xvf qt-everywhere-opensource-src-4.7.2.tar          # unpack it
     104gunzip qt-everywhere-opensource-src-4.7.3.tar.gz        # uncompress the archive
     105tar xvf qt-everywhere-opensource-src-4.7.3.tar          # unpack it
    106106//! [11]
    107107
    108108
    109109//! [12]
    110 cd /tmp/qt-everywhere-opensource-src-4.7.2
     110cd /tmp/qt-everywhere-opensource-src-4.7.3
    111111./configure
    112112//! [12]
     
    129129
    130130//! [16]
    131 PATH=/usr/local/Trolltech/Qt-4.7.2/bin:$PATH
     131PATH=/usr/local/Trolltech/Qt-4.7.3/bin:$PATH
    132132export PATH
    133133//! [16]
     
    135135
    136136//! [17]
    137 setenv PATH /usr/local/Trolltech/Qt-4.7.2/bin:$PATH
     137setenv PATH /usr/local/Trolltech/Qt-4.7.3/bin:$PATH
    138138//! [17]
    139139
     
    146146//! [19]
    147147C:
    148 cd \Qt\4.7.2
     148cd \Qt\4.7.3
    149149configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005
    150150//! [19]
     
    169169
    170170//! [23]
    171 cd \Qt\4.7.2
     171cd \Qt\4.7.3
    172172configure -platform win32-g++ -xplatform symbian-abld
    173173//! [23]
     
    208208
    209209//! [31]
    210 cd \Qt\4.7.2
     210cd \Qt\4.7.3
    211211configure -platform win32-g++ -xplatform symbian-sbsv2
    212212//! [31]
     
    245245
    246246//! [37]
    247 PATH=/home/user/qt/4.7.2/bin:$EPOCROOT/epoc32/tools:$PATH
     247PATH=/home/user/qt/4.7.3/bin:$EPOCROOT/epoc32/tools:$PATH
    248248export PATH
    249249//! [37]
    250250
    251251//! [38]
    252 cd /home/user/qt/4.7.2
     252cd /home/user/qt/4.7.3
    253253./configure -platform linux-g++ -xplatform symbian/linux-armcc
    254254//! [38]
    255255
    256256//! [39]
    257 cd /home/user/qt/4.7.2
     257cd /home/user/qt/4.7.3
    258258./configure -platform linux-g++ -xplatform symbian/linux-gcce -no-webkit
    259259//! [39]
  • trunk/doc/src/snippets/code/doc_src_qtestlib.qdoc

    r846 r865  
    110110//! [10]
    111111********* Start testing of TestQString *********
    112 Config: Using QTest library 4.7.2, Qt 4.7.2
     112Config: Using QTest library 4.7.3, Qt 4.7.3
    113113PASS   : TestQString::initTestCase()
    114114PASS   : TestQString::toUpper()
  • trunk/doc/src/snippets/code/doc_src_wince-customization.qdoc

    r846 r865  
    6262//! [4]
    6363cd c:\Qt\mobile5-shadow
    64 C:\Qt\4.7.2\configure.exe -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release
     64C:\Qt\4.7.3\configure.exe -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005 -release
    6565//! [4]
    6666
Note: See TracChangeset for help on using the changeset viewer.