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

SERVER_PROJECTS

Usage

    SERVER_PROJECTS*=server/core_server

Description

This variable can only be set in files that projects.pri loads. It lists the projects to be built for the current project root.

Note that server projects are not complete projects. They are specified with a server.pri. They are included into the server's project. You should use SERVER_PWD to locate the server project directory as the usual location methods do not work. You should only append to variables and should take care to use unique names for install rules.

See also Variables, Deciding what to build, THEMES, PROJECTS, and Project Trees.


Copyright © 2009 Trolltech
Qt Extended - Build System Documentation