Home · Overviews · Reference · Classes |
The headers extension handles setting up the include directory.
For basic usage, no special actions are needed. If you need to install headers but you cannot do TEMPLATE=lib then simply load the headers extension manually.
CONFIG+=headers
Public headers go in HEADERS. Private headers (not in the include directory) go in PRIVATE_HEADERS. Private headers that you want in the include directory go in SEMI_PRIVATE_HEADERS. Note that semi-private headers will be available as private/foo_p.h.
Type | Name | Description |
---|---|---|
Input | TARGET | Headers are installed to QtopiaSdk:/include/$$MODULE_NAME |
Output | HEADERS_SYNCQTOPIA | The location of the syncqtopia script is stored in this variable. |
See also QBuild Extensions and QBuild Script.
Copyright © 2009 Trolltech | Qt Extended - QBuild Maintainer Guide |