Generated by linuxdeployqt
This commit is contained in:
+3
-1
@@ -826,7 +826,9 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
|
|||||||
void createQtConf(const QString &appDirPath)
|
void createQtConf(const QString &appDirPath)
|
||||||
{
|
{
|
||||||
// Set Plugins and imports paths. These are relative to App.app/Contents.
|
// Set Plugins and imports paths. These are relative to App.app/Contents.
|
||||||
QByteArray contents = "[Paths]\n"
|
QByteArray contents = "# Generated by linuxdeployqt\n"
|
||||||
|
"# https://github.com/probonopd/linuxdeployqt/\n"
|
||||||
|
"[Paths]\n"
|
||||||
"Plugins = plugins\n"
|
"Plugins = plugins\n"
|
||||||
"Imports = qml\n"
|
"Imports = qml\n"
|
||||||
"Qml2Imports = qml\n";
|
"Qml2Imports = qml\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user