#include "project.h"#include <qstring.h>#include <qstringlist.h>#include <qfile.h>Include dependency graph for option.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | QMAKE_VERSION_MAJOR 1 |
| #define | QMAKE_VERSION_MINOR 7 |
| #define | QMAKE_VERSION_PATCH 0 |
Enumerations | |
| enum | QMakeWarn { WarnNone = 0x00, WarnParser = 0x01, WarnLogic = 0x02, WarnAll = 0xFF } |
Functions | |
| const char * | qmake_version () |
| void | fixEnvVariables (QString &x) |
| void | debug_msg (int level, const char *fmt,...) |
| void | warn_msg (QMakeWarn t, const char *fmt,...) |
|
|
Definition at line 44 of file option.h. Referenced by qmake_version(). |
|
|
Definition at line 45 of file option.h. Referenced by qmake_version(). |
|
|
Definition at line 46 of file option.h. Referenced by qmake_version(). |
|
|
|
|
||||||||||||||||
|
|
|
Definition at line 509 of file option.cpp. References NULL, QMAKE_VERSION_MAJOR, QMAKE_VERSION_MINOR, and QMAKE_VERSION_PATCH. Referenced by QMakeProperty::exec(), MakefileGenerator::init(), Option::internalParseCommandLine(), QMakeProperty::keyBase(), QMakeProperty::value(), MakefileGenerator::writeHeader(), UnixMakefileGenerator::writeLibtoolFile(), and ProjectGenerator::writeMakefile(). |
|
||||||||||||||||
1.4.2