Skip to content
Snippets Groups Projects
Commit 4fc07056 authored by Christian Kamm's avatar Christian Kamm
Browse files

Debugging helpers: Add forgotten file to qmldump build.

Should stop qmldump processes from showing up in the MacOS dock.

Reviewed-by: Lasse Holmstedt
parent 24912c3f
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,8 @@ QString QmlDumpTool::copy(const QString &qtInstallData, QString *errorMessage)
QStringList files;
files << QLatin1String("main.cpp") << QLatin1String("qmldump.pro")
<< QLatin1String("LICENSE.LGPL") << QLatin1String("LGPL_EXCEPTION.TXT");
<< QLatin1String("LICENSE.LGPL") << QLatin1String("LGPL_EXCEPTION.TXT")
<< QLatin1String("Info.plist");
QString sourcePath = Core::ICore::instance()->resourcePath() + QLatin1String("/qml/qmldump/");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment