Update shared.h
Add new function
This commit is contained in:
@@ -112,6 +112,7 @@ QString copyLibrary(const LibraryInfo &library, const QString path);
|
|||||||
DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &additionalExecutables);
|
DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &additionalExecutables);
|
||||||
DeploymentInfo deployQtLibraries(QList<LibraryInfo> libraries,const QString &bundlePath, const QStringList &binaryPaths, bool useLoaderPath);
|
DeploymentInfo deployQtLibraries(QList<LibraryInfo> libraries,const QString &bundlePath, const QStringList &binaryPaths, bool useLoaderPath);
|
||||||
void createQtConf(const QString &appDirPath);
|
void createQtConf(const QString &appDirPath);
|
||||||
|
void createQtConfForQtWebEngineProcess(const QString &appDirPath);
|
||||||
void deployPlugins(const QString &appDirPath, DeploymentInfo deploymentInfo);
|
void deployPlugins(const QString &appDirPath, DeploymentInfo deploymentInfo);
|
||||||
bool deployQmlImports(const QString &appDirPath, DeploymentInfo deploymentInfo, QStringList &qmlDirs);
|
bool deployQmlImports(const QString &appDirPath, DeploymentInfo deploymentInfo, QStringList &qmlDirs);
|
||||||
void changeIdentification(const QString &id, const QString &binaryPath);
|
void changeIdentification(const QString &id, const QString &binaryPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user