Disable patchQtCore

This commit is contained in:
probonopd
2017-05-30 23:05:14 +02:00
committed by GitHub
parent e273dba26c
commit 21214ee27a
+1
View File
@@ -740,6 +740,7 @@ void runPatchelf(QStringList options)
bool patchQtCore(const QString &path, const QString &variable, const QString &value) bool patchQtCore(const QString &path, const QString &variable, const QString &value)
{ {
return true; // ################################### Disabling for now since using qt.conf
QFile file(path); QFile file(path);
if (!file.open(QIODevice::ReadWrite)) { if (!file.open(QIODevice::ReadWrite)) {
LogWarning() << QString::fromLatin1("Unable to patch %1: %2").arg( LogWarning() << QString::fromLatin1("Unable to patch %1: %2").arg(