(d6dfdf3ad3f68a97fd4fc2843a5d5fb424193b4b)
#include "qmakeevaluator.h"
#include "qmakeevaluator_p.h"
#include "qmakeglobals.h"
#include "qmakeparser.h"
#include "qmakevfs.h"
#include "ioutils.h"
#include <qbytearray.h>
#include <qdatetime.h>
#include <qdebug.h>
#include <qdir.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qlist.h>
#include <qregularexpression.h>
#include <qset.h>
#include <qstack.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qt_windows.h>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
|
static int | idealThreadCount () |
|
size_t | qHash (const QMakeBaseKey &key) |
|
bool | operator== (const QMakeBaseKey &one, const QMakeBaseKey &two) |
|
static void | replaceInList (ProStringList *varlist, const QRegularExpression ®exp, const QString &replace, bool global, QString &tmp) |
|
static ALWAYS_INLINE void | addStr (const ProString &str, ProStringList *ret, bool &pending, bool joined) |
|
static ALWAYS_INLINE void | addStrList (const ProStringList &list, ushort tok, ProStringList *ret, bool &pending, bool joined) |
|
static bool | isFunctParam (const ProKey &variableName) |
|
◆ fL1S
Value:
static QString fromLatin1(QByteArrayView ba)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Definition at line 44 of file qmakeevaluator.cpp.
◆ addStr()
◆ addStrList()
◆ idealThreadCount()
static int idealThreadCount |
( |
| ) |
|
|
static |
◆ isFunctParam()
static bool isFunctParam |
( |
const ProKey & | variableName | ) |
|
|
static |
◆ operator==()
◆ qHash()
◆ replaceInList()