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/development/qmake-manual.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)
     
    14321432    \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 141
    14331433   
     1434    On the Symbian platform, you can use \c{DEPLOYMENT.installer_header}
     1435    variable to generate smart installer wrapper for your application.
     1436    If you specify just UID of the installer package as the value, then
     1437    installer package name and version will be autogenerated:
     1438
     1439    \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 146
     1440
     1441    If autogenerated values are not suitable, you can also specify the sis
     1442    header yourself using this variable:
     1443
     1444    \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 147
     1445
    14341446    \target DEPLOYMENT_PLUGIN
    14351447    \section1 DEPLOYMENT_PLUGIN
Note: See TracChangeset for help on using the changeset viewer.