Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
main.cpp File Reference

(122c2100899dea9282e361a582dab4e7c1e18118)

#include "common.h"
#include "jsontools.h"
#include "wasmbinary.h"
#include <QCoreApplication>
#include <QDir>
#include <QDirListing>
#include <QDirIterator>
#include <QtGlobal>
#include <QLibraryInfo>
#include <QJsonDocument>
#include <QStringList>
#include <QtCore/QCommandLineOption>
#include <QtCore/QCommandLineParser>
#include <QtCore/QProcess>
#include <QQueue>
#include <QMap>
#include <QSet>
#include <optional>
#include <iostream>
#include <ostream>
Include dependency graph for main.cpp:

Go to the source code of this file.

Classes

class  Parameters
 A class for parsing and managing a function parameter list. More...

Functions

bool parseArguments (Parameters &params)
std::optional< QStringdetectAppName ()
bool verifyPaths (Parameters &params)
bool copyFile (QString srcPath, QString destPath)
bool copyDirectDependencies (QList< QString > dependencies, const Parameters &params)
QStringList findSoFiles (const QString &directory)
bool copyQtLibs (Parameters &params)
bool copyPreloadPlugins (Parameters &params)
bool copyPreloadQmlImports (Parameters &params)
int main (int argc, char **argv)
 [48]

Function Documentation

◆ copyDirectDependencies()

bool copyDirectDependencies ( QList< QString > dependencies,
const Parameters & params )

Definition at line 212 of file main.cpp.

◆ copyFile()

bool copyFile ( QString srcPath,
QString destPath )

Definition at line 191 of file main.cpp.

◆ copyPreloadPlugins()

bool copyPreloadPlugins ( Parameters & params)

Definition at line 279 of file main.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ copyPreloadQmlImports()

bool copyPreloadQmlImports ( Parameters & params)

Definition at line 332 of file main.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ copyQtLibs()

bool copyQtLibs ( Parameters & params)

Definition at line 256 of file main.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ detectAppName()

std::optional< QString > detectAppName ( )

Definition at line 121 of file main.cpp.

◆ findSoFiles()

QStringList findSoFiles ( const QString & directory)

Definition at line 239 of file main.cpp.

◆ 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 385 of file main.cpp.

References copyPreloadPlugins(), copyPreloadQmlImports(), copyQtLibs(), WasmBinary::INVALID, parseArguments(), WasmBinary::STATIC, WasmBinary::type, and verifyPaths().

Here is the call graph for this function:

◆ parseArguments()

bool parseArguments ( Parameters & params)

Definition at line 39 of file main.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ verifyPaths()

bool verifyPaths ( Parameters & params)

Definition at line 142 of file main.cpp.

Referenced by main().

Here is the caller graph for this function: