Qt Extended Home · Build System Home · Reference · User Guide · Internals codeless banner

Project Trees

Files

qbuild.solution

This file informs QBuild where the top of the tree is.

src/projects.pri

You must list projects to build in this file. The paths in this file are relative to the src directory. If your projects are not under src you can list them as ../<directory>.

Visibility

Normally when you build a project outside of the Qt Extended tree it can only see itself and the SDK. When you build in a project tree the project can also see the other projects within that project tree. There are important effects that this causes.

Public includes are installed into the SDK, semi-private includes are installed into the project tree, private includes are not installed anywhere. Projects within the project tree can access semi-private includes.

Dependencies can also be exposed for users of the SDK or just for projects in the same project tree.

See also Overviews and Create a new project tree.


Copyright © 2009 Trolltech
Qt Extended - Build System Documentation