0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

UI: Don't define QT_NO_GLIB

The same reasoning of the previous patch means we can also stop
force-disabling Qt/GLib integration.
This commit is contained in:
Georges Basile Stavracas Neto 2021-01-28 19:20:32 -03:00 committed by Jim
parent 58497e59d9
commit f12dbc87b8

View File

@ -1940,10 +1940,6 @@ static int run_program(fstream &logFile, int argc, char *argv[])
Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
#endif
#if !defined(_WIN32) && !defined(__APPLE__) && BROWSER_AVAILABLE
setenv("QT_NO_GLIB", "1", true);
#endif
QCoreApplication::addLibraryPath(".");
#if __APPLE__