Home · Overviews · Reference · Classes |
The qbuild namespace contain methods for interacting with qbuild.
Return the "root" project. The root project is the project that qbuild was originally invoked on.
Call the qbuild function name, with the given arguments and returns the qbuild function's return list. This is primarily used to call builtin functions from QScript code. The method will abort if name does not exist.
Returns the object identified by name. Name can be relative to the project, or absolute.
Returns the QtValue name. This is equivalent to the $$[name] syntax in a qbuild.pro file.
Return name encoded as a safe variable name. All non-alphanumeric characters are replaced with escaped equivalents. This allows name to be used as a unique variable name.
See also Javascript Binding.
Copyright © 2009 Trolltech | Qt Extended - QBuild Maintainer Guide |