![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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 ¶ms) |
| std::optional< QString > | detectAppName () |
| bool | verifyPaths (Parameters ¶ms) |
| bool | copyFile (QString srcPath, QString destPath) |
| bool | copyDirectDependencies (QList< QString > dependencies, const Parameters ¶ms) |
| QStringList | findSoFiles (const QString &directory) |
| bool | copyQtLibs (Parameters ¶ms) |
| bool | copyPreloadPlugins (Parameters ¶ms) |
| bool | copyPreloadQmlImports (Parameters ¶ms) |
| int | main (int argc, char **argv) |
| [48] | |
| bool copyDirectDependencies | ( | QList< QString > | dependencies, |
| const Parameters & | params ) |
| bool copyPreloadPlugins | ( | Parameters & | params | ) |
| bool copyPreloadQmlImports | ( | Parameters & | params | ) |
| bool copyQtLibs | ( | Parameters & | params | ) |
| QStringList findSoFiles | ( | const QString & | directory | ) |
| 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().
| bool parseArguments | ( | Parameters & | params | ) |
| bool verifyPaths | ( | Parameters & | params | ) |