2012-02-15 12:24:54 +01:00
|
|
|
/****************************************************************************
|
|
|
|
**
|
2012-12-21 10:31:17 +01:00
|
|
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
|
|
|
** Contact: http://www.qt-project.org/legal
|
2012-02-15 12:24:54 +01:00
|
|
|
**
|
2012-12-21 10:31:17 +01:00
|
|
|
** This file is part of the Qt Installer Framework.
|
2012-02-15 12:24:54 +01:00
|
|
|
**
|
2012-12-21 10:31:17 +01:00
|
|
|
** $QT_BEGIN_LICENSE:FDL$
|
|
|
|
** Commercial License Usage
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
** a written agreement between you and Digia. For licensing terms and
|
|
|
|
** conditions see http://qt.digia.com/licensing. For further information
|
|
|
|
** use the contact form at http://qt.digia.com/contact-us.
|
2012-02-15 12:24:54 +01:00
|
|
|
**
|
2012-12-21 10:31:17 +01:00
|
|
|
** GNU Free Documentation License Usage
|
2012-02-15 12:24:54 +01:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
2012-12-21 10:31:17 +01:00
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
** will be met: http://www.gnu.org/copyleft/fdl.html.
|
|
|
|
** $QT_END_LICENSE$
|
2012-02-15 12:24:54 +01:00
|
|
|
**
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
\contentspage {index.html}{Qt Installer Framework}
|
|
|
|
\previouspage ifw-customizing-installers.html
|
|
|
|
\page ifw-reference.html
|
|
|
|
\nextpage ifw-globalconfig.html
|
|
|
|
|
|
|
|
\title Reference
|
|
|
|
|
|
|
|
The following sections contain detailed information about the Qt Installer
|
|
|
|
Framework:
|
|
|
|
|
|
|
|
\list
|
2014-06-16 14:26:12 +02:00
|
|
|
\li \l{Configuration File}
|
|
|
|
\li \l{Package Directory}
|
|
|
|
\li \l{Installer Pages}
|
|
|
|
\li \l{Tools}
|
|
|
|
\li \l{Component Scripting}
|
|
|
|
\li \l{Operations}
|
2012-02-15 12:24:54 +01:00
|
|
|
\endlist
|
|
|
|
|
|
|
|
*/
|