![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <profileevaluator.h>
Public Attributes | |
QString | sysroot |
![]() | |
bool | do_cache |
QString | dir_sep |
QString | dirlist_sep |
QString | cachefile |
QString | qmake_abslocation |
QStringList | qmake_args |
QStringList | qmake_extra_args |
QString | qtconf |
QString | qmakespec |
QString | xqmakespec |
QString | user_template |
QString | user_template_prefix |
QString | extra_cmds [4] |
Additional Inherited Members | |
![]() | |
enum | ArgumentReturn { ArgumentUnknown , ArgumentMalformed , ArgumentsOk } |
![]() | |
QMakeGlobals () | |
~QMakeGlobals () | |
ArgumentReturn | addCommandLineArguments (QMakeCmdLineParserState &state, QStringList &args, int *pos) |
void | commitCommandLineArguments (QMakeCmdLineParserState &state) |
void | setCommandLineArguments (const QString &pwd, const QStringList &args) |
void | useEnvironment () |
void | setDirectories (const QString &input_dir, const QString &output_dir) |
void | setProperties (const QHash< ProKey, ProString > &props) |
ProString | propertyValue (const ProKey &name) const |
QString | expandEnvVars (const QString &str) const |
QString | shadowedPath (const QString &fileName) const |
QStringList | splitPathList (const QString &value) const |
![]() | |
static void | parseProperties (const QByteArray &data, QHash< ProKey, ProString > &props) |
Definition at line 22 of file profileevaluator.h.
QString ProFileGlobals::sysroot |
Definition at line 25 of file profileevaluator.h.