Home · Overviews · Reference · Classes |
include(foo.pri)
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 Trolltech | Qt Extended - QBuild Maintainer Guide |