Changeset 651 for trunk/doc/src/platforms/symbian-introduction.qdoc
- Timestamp:
- Mar 8, 2010, 12:52:58 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.2 (added) merged: 650 /branches/vendor/nokia/qt/current merged: 649 /branches/vendor/nokia/qt/4.6.1 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/platforms/symbian-introduction.qdoc
r561 r651 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 20 09Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 128 128 \row \o \c runonphone \o Run the application on a device. 129 129 \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. 130 135 \endtable 131 136 … … 137 142 To work on your project in Carbide, simply import the \c .pro file 138 143 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. 139 152 140 153 \section1 Installing your own applications
Note:
See TracChangeset
for help on using the changeset viewer.