mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
edd57d380d
- Fixes the IPC bug - Fixes the terminfo bug - Moves the OSX SDK out of our nixcrpkgs fork. - Vendor nixcrpkgs instead of having it be a submodule.
12 lines
422 B
Diff
12 lines
422 B
Diff
--- qt-5.8.0-orig/src/gui/text/qplatformfontdatabase.cpp
|
|
+++ qt-5.8.0/src/gui/text/qplatformfontdatabase.cpp
|
|
@@ -396,7 +396,7 @@
|
|
{
|
|
QString fontpath = QString::fromLocal8Bit(qgetenv("QT_QPA_FONTDIR"));
|
|
if (fontpath.isEmpty())
|
|
- fontpath = QLibraryInfo::location(QLibraryInfo::LibrariesPath) + QLatin1String("/fonts");
|
|
+ fontpath = QCoreApplication::applicationDirPath();
|
|
|
|
return fontpath;
|
|
}
|