Skip to content

Commit

Permalink
Deploy imageformats
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Dec 4, 2016
1 parent 6ae2091 commit 4951fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,9 @@ void deployPlugins(const AppDirInfo &appDirInfo, const QString &pluginSourcePath
if (containsHowOften(deploymentInfo.deployedLibraries, "libQt5Svg")) {
pluginList.append(QStringLiteral("imageformats/") + plugin);
}
} else {
pluginList.append(QStringLiteral("imageformats/") + plugin);
}
}
}
}

Expand Down

0 comments on commit 4951fd1

Please sign in to comment.