#include "option.h"#include <qdir.h>#include <qregexp.h>#include <stdlib.h>#include <stdarg.h>Include dependency graph for option.cpp:

Go to the source code of this file.
Enumerations | |
| enum | { QMAKE_CMDLINE_SUCCESS, QMAKE_CMDLINE_SHOW_USAGE, QMAKE_CMDLINE_BAIL } |
Functions | |
| static Option::QMAKE_MODE | default_mode (QString progname) |
| QString | project_builtin_regx () |
| bool | usage (const char *a0) |
| void | fixEnvVariables (QString &x) |
| static QString | fixPath (QString x) |
| const char * | qmake_version () |
| void | debug_msg (int level, const char *fmt,...) |
| void | warn_msg (QMakeWarn type, const char *fmt,...) |
|
|
Definition at line 171 of file option.cpp. |
|
||||||||||||||||
|
|
Definition at line 105 of file option.cpp. References QString::findRev(), QString::length(), Option::QMAKE_GENERATE_MAKEFILE, Option::QMAKE_GENERATE_PROJECT, Option::QMAKE_QUERY_PROPERTY, QString::right(), and s. Referenced by Option::parseCommandLine(), and usage(). |
|
|
|
Definition at line 458 of file option.cpp. References QDir::canonicalPath(), QDir::cleanDirPath(), QFileInfo::dir(), QFileInfo::fileName(), QFileInfo::isDir(), QString::isEmpty(), and QString::right(). Referenced by Option::fixPathToLocalOS(), and Option::fixPathToTargetOS(). |
|
|
Definition at line 43 of file projectgenerator.cpp. References QValueList< T >::begin(), Option::cpp_ext, QValueList< T >::end(), Option::h_ext, QString::isEmpty(), Option::lex_ext, Option::ui_ext, and Option::yacc_ext. Referenced by ProjectGenerator::init(), and usage(). |
|
|
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(). |
|
|
Definition at line 118 of file option.cpp. References default_mode(), FALSE, project_builtin_regx(), Option::QMAKE_GENERATE_MAKEFILE, and Option::QMAKE_GENERATE_PROJECT. |
|
||||||||||||||||
1.4.2