Home · Overviews · Reference · Classes codeless banner

qbuild.solution

qbuild.solution is a QSettings-readable ini file. There are two useful pieces of information in this file.

Any relative paths in a qbuild.solution file are resolved relative to the location of the containing qbuild.solution file.

The extensions directory under the path containing the qbuild executable is always mapped into the extensions path of the solution to provide the default extensions.

Here is an example solution file.

    [Solution]
    [Solution\FilePaths]
    size=1
    1\FilePath=/home/user/src/myproject

Here is a solution file that relies on an environment variable to locate the build tree.

    [Solution]
    BuildPath=$QPEDIR
    [Solution\FilePaths]
    size=1
    1\FilePath=/home/user/src/myproject

See also Files, Solution Filesystem, and SolutionDescriptor.


Copyright © 2009 Trolltech
Qt Extended - QBuild Maintainer Guide