(37a4d711555f1876a5d861da556160e90d5f4e33)
#include <profileevaluator.h>
#include <profileutils.h>
#include <qmakeparser.h>
#include <qmakevfs.h>
#include <qrcreader.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QDebug>
#include <QtCore/QDir>
#include <QtCore/QDirIterator>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
#include <QtCore/QLibraryInfo>
#include <QtCore/QRegularExpression>
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <QtCore/QJsonArray>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include <iostream>
Go to the source code of this file.
|
| static void | printOut (const QString &out) |
| static void | printErr (const QString &out) |
| static QJsonValue | toJsonValue (const QJsonValue &v) |
| static QJsonValue | toJsonValue (const QString &s) |
| static QJsonValue | toJsonValue (const QStringList &lst) |
| template<class T> |
| void | setValue (QJsonObject &obj, const char *key, T value) |
| static void | printUsage () |
| static void | print (const QString &fileName, int lineNo, const QString &msg) |
| static QStringList | getResources (const QString &resourceFile, QMakeVfs *vfs) |
| static QStringList | getSources (const char *var, const char *vvar, const QStringList &baseVPaths, const QString &projectDir, const ProFileEvaluator &visitor) |
| static QStringList | getSources (const ProFileEvaluator &visitor, const QString &projectDir, QMakeVfs *vfs) |
| QStringList | getExcludes (const ProFileEvaluator &visitor, const QString &projectDirPath) |
| static void | excludeProjects (const ProFileEvaluator &visitor, QStringList *subProjects) |
| static QJsonArray | processProjects (bool topLevel, const QStringList &proFiles, const QStringList &translationsVariables, const QHash< QString, QString > &outDirMap, ProFileGlobals *option, QMakeVfs *vfs, QMakeParser *parser, bool *fail) |
| static QJsonObject | processProject (const QString &proFile, const QStringList &translationsVariables, ProFileGlobals *option, QMakeVfs *vfs, QMakeParser *parser, ProFileEvaluator &visitor) |
| int | main (int argc, char **argv) |
| | [48]
|
◆ excludeProjects()
◆ getExcludes()
◆ getResources()
◆ getSources() [1/2]
◆ getSources() [2/2]
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |
[48]
[dynamic_tooltip]
[5]
[2]
[0]
[6]
[48]
[48]
[6]
[0]
[0]
[1]
[1]
[2]
[2]
[3]
[3]
[0]
[0]
[1]
[1]
[0]
[0]
[0]
[0]
[0]
[0]
Definition at line 306 of file main.cpp.
◆ print()
◆ printErr()
◆ printOut()
◆ printUsage()
◆ processProject()
◆ processProjects()
◆ setValue()
◆ toJsonValue() [1/3]
◆ toJsonValue() [2/3]
◆ toJsonValue() [3/3]
◆ evalHandler