Browse Source

Generated by linuxdeployqt

master
probonopd 9 years ago
committed by GitHub
parent
commit
d6c72c2edf
  1. 4
      shared/shared.cpp

4
shared/shared.cpp

@ -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";

Loading…
Cancel
Save