Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 595000b5133f4458e88b0ef6355a26be > files > 461

qt3-devel-docs-3.3.8b-37.fc14.x86_64.rpm

/*! \page distributor-example.html
    \ingroup examples

    \title Qt Distribution Example

    This example program modifies the hard-coded paths that are
    compiled into the Qt library.

    When distributing the Qt library, the final installation prefix is
    very rarely the same as the prefix used when doing development.
    You can use the code from this example to modify the following
    hard-coded paths in Qt library:

    \list

    \i Prefix - Normally, all other paths are relative to the \e
    Prefix.

    \i Binaries - Location of binaries distributed with Qt (for
    example, \e{Qt Assistant}).

    \i Documentation - Location of the Qt documentation.

    \i Headers - Location of the Qt headers.

    \i Libraries - Location of addition libraries distributed with Qt
    (for example, the \e qui library).

    \i Plugins - Location of the Qt plugins.

    \i Data - Location of applicaton specific data for all programs
    distributed with Qt.

    \endlist

    <hr>

    Implementation:

    \include distributor/distributor.ui.h
*/