Qt Extended Home · Build System Home · Reference · User Guide · Internals |
TARGET=myapp
This sets the name of the project. It is used to name the output file. If you do not specify a TARGET, the name of the directory is used. The build system sets a macro with the name as a string (-DQTOPIA_TARGET=\\"foo\\"). This can be used with the QTOPIA_MAIN macros and other places where the name of the application is required.
See also Variables, QTOPIA_TARGET, and Applications.
Copyright © 2009 Trolltech | Qt Extended - Build System Documentation |