Browse Source

Disable patchQtCore

master
probonopd 8 years ago
committed by GitHub
parent
commit
21214ee27a
  1. 1
      shared/shared.cpp

1
shared/shared.cpp

@ -740,6 +740,7 @@ void runPatchelf(QStringList options)
bool patchQtCore(const QString &path, const QString &variable, const QString &value)
{
return true; // ################################### Disabling for now since using qt.conf
QFile file(path);
if (!file.open(QIODevice::ReadWrite)) {
LogWarning() << QString::fromLatin1("Unable to patch %1: %2").arg(

Loading…
Cancel
Save