From 24189b5f0935914a979b7e9d3786bec8f9f019bc Mon Sep 17 00:00:00 2001 From: Ilya Bizyaev Date: Sat, 6 Oct 2018 19:59:56 +0300 Subject: Add option to specify qmlimportscanner importPaths This patch adds a new option, -qmlimport, which enables macdeployqt to pass custom QML module import paths to qmlimportscanner. Fixes: QTBUG-70977 Change-Id: I39edfb88e48e05c42c6c4690efa3e728046baff3 Reviewed-by: Samuel Gaist --- src/macdeployqt/shared/shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macdeployqt/shared/shared.h') diff --git a/src/macdeployqt/shared/shared.h b/src/macdeployqt/shared/shared.h index 588b5dd62..ab28360d5 100644 --- a/src/macdeployqt/shared/shared.h +++ b/src/macdeployqt/shared/shared.h @@ -124,7 +124,7 @@ DeploymentInfo deployQtFrameworks(const QString &appBundlePath, const QStringLis DeploymentInfo deployQtFrameworks(QList frameworks,const QString &bundlePath, const QStringList &binaryPaths, bool useDebugLibs, bool useLoaderPath); void createQtConf(const QString &appBundlePath); void deployPlugins(const QString &appBundlePath, DeploymentInfo deploymentInfo, bool useDebugLibs); -bool deployQmlImports(const QString &appBundlePath, DeploymentInfo deploymentInfo, QStringList &qmlDirs); +bool deployQmlImports(const QString &appBundlePath, DeploymentInfo deploymentInfo, QStringList &qmlDirs, QStringList &qmlImportPaths); void changeIdentification(const QString &id, const QString &binaryPath); void changeInstallName(const QString &oldName, const QString &newName, const QString &binaryPath); void runStrip(const QString &binaryPath); -- cgit v1.2.3