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

SUBDIRS

Usage

    SUBDIRS+=foo
    SUBDIRS=$$PROJECTS

Description

This variable only makes sense in a subdirs project. It lists the directories to build. If it is absent the build system will attempt to build projects underneath this directory. Note that this behavior does not work for the project at the top of a tree, which must use the second notation to build all projects.

See also Variables, PROJECTS, and Project Trees.


Copyright © 2009 Trolltech
Qt Extended - Build System Documentation