Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/platforms/symbian-introduction.qdoc

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    128128    \row \o \c runonphone    \o Run the application on a device.
    129129    \row \o \c sis           \o Create signed \c .sis file for project.
     130    \row \o \c installer_sis \o Create signed \l{Smart Installer}{smart installer}
     131                                \c .sis file for project.
     132                                Smart installer will attempt to download
     133                                missing dependencies in addition to
     134                                just installing the application.
    130135    \endtable
    131136
     
    137142    To work on your project in Carbide, simply import the \c .pro file
    138143    by right clicking on the project explorer and executing "Import...".
     144
     145    \section2 Smart Installer
     146
     147    The Smart Installer makes sure that deployed applications have all the Qt dependencies
     148    they need to run on a device.
     149
     150    Download the latest release of the Smart Installer from \l{http://get.qt.nokia.com/nokiasmartinstaller/},
     151    and install it on top of the Qt package.
    139152
    140153    \section1 Installing your own applications
Note: See TracChangeset for help on using the changeset viewer.