6f111ad
diff -up qtbase-everywhere-src-5.14.2/src/corelib/global/qlibraryinfo.cpp.no_relocatable qtbase-everywhere-src-5.14.2/src/corelib/global/qlibraryinfo.cpp
6f111ad
--- qtbase-everywhere-src-5.14.2/src/corelib/global/qlibraryinfo.cpp.no_relocatable	2020-03-27 04:49:31.000000000 -0500
6f111ad
+++ qtbase-everywhere-src-5.14.2/src/corelib/global/qlibraryinfo.cpp	2020-04-13 15:13:44.075705226 -0500
6f111ad
@@ -671,8 +671,11 @@ static QString getPrefix(
6f111ad
 #  if QT_CONFIGURE_CROSSBUILD
6f111ad
     if (group == QLibraryInfo::DevicePaths)
6f111ad
         return QString::fromLocal8Bit(QT_CONFIGURE_PREFIX_PATH);
6f111ad
-#  endif
d8f1d7a
+#  elif 0 //QT_CONFIG(relocatable)
6f111ad
     return getExtPrefixFromHostBinDir();
6f111ad
+#  else
6f111ad
+    return QString::fromLocal8Bit(QT_CONFIGURE_PREFIX_PATH);
6f111ad
+#  endif
6f111ad
 #elif QT_CONFIG(relocatable)
6f111ad
     return getRelocatablePrefix();
6f111ad
 #else