patch FTBFS mysteriously, just hard-code for now

This commit is contained in:
Rex Dieter 2020-04-14 09:09:53 -05:00
parent d727853314
commit d8f1d7a524
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ diff -up qtbase-everywhere-src-5.14.2/src/corelib/global/qlibraryinfo.cpp.no_rel
if (group == QLibraryInfo::DevicePaths)
return QString::fromLocal8Bit(QT_CONFIGURE_PREFIX_PATH);
-# endif
+# elif QT_CONFIG(relocatable)
+# elif 0 //QT_CONFIG(relocatable)
return getExtPrefixFromHostBinDir();
+# else
+ return QString::fromLocal8Bit(QT_CONFIGURE_PREFIX_PATH);