2012-02-15 12:24:54 +01:00
|
|
|
/****************************************************************************
|
|
|
|
**
|
2015-02-17 11:18:57 +01:00
|
|
|
** Copyright (C) 2015 The Qt Company Ltd.
|
|
|
|
** Contact: http://www.qt.io/licensing/
|
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
|
2015-02-17 11:18:57 +01:00
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
** and conditions see http://qt.io/terms-conditions. For further
|
|
|
|
** information use the contact form at http://www.qt.io/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}
|
2015-01-06 17:28:58 +01:00
|
|
|
\previouspage Qt Installer Framework Examples
|
2012-02-15 12:24:54 +01:00
|
|
|
\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}
|
2014-11-04 18:01:06 +01:00
|
|
|
\li \l{Controller Scripting}
|
2014-06-16 14:26:12 +02:00
|
|
|
\li \l{Component Scripting}
|
|
|
|
\li \l{Operations}
|
2014-11-04 18:01:06 +01:00
|
|
|
\li \l{Tools}
|
2015-01-09 10:21:25 +01:00
|
|
|
\li \l{Scripting API}
|
2014-06-17 16:53:58 +02:00
|
|
|
\li \l{C++ Classes}
|
2012-02-15 12:24:54 +01:00
|
|
|
\endlist
|
|
|
|
|
|
|
|
*/
|