Generated by linuxdeployqt

This commit is contained in:
probonopd
2016-10-08 15:06:31 +02:00
committed by GitHub
parent a4217a1ad0
commit d6c72c2edf
+3 -1
View File
@@ -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";