Home · Overviews · Reference · Classes codeless banner

include()

Usage

    include(foo.pri)

Description

The included file modifies the current project. The function returns false if the file could not be parsed successfully. Note that the file must exist or an error will occur. You can verify the file exists first like this.

    exists(foo.pri):include(foo.pri)

See also QBuild Functions and QBuild Script.


Copyright © 2009 Nokia
Qt Extended - QBuild Maintainer Guide