diff --git a/UI/window-basic-main.cpp b/UI/window-basic-main.cpp index 5d91c777d..65f5c938f 100644 --- a/UI/window-basic-main.cpp +++ b/UI/window-basic-main.cpp @@ -1746,10 +1746,14 @@ void OBSBasic::OBSInit() InitOBSCallbacks(); InitHotkeys(); - /* hack to prevent elgato from loading its own Qt5Network that it tries + /* hack to prevent elgato from loading its own QtNetwork that it tries * to ship with */ #if defined(_WIN32) && !defined(_DEBUG) +#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) LoadLibraryW(L"Qt5Network"); +#else + LoadLibraryW(L"Qt6Network"); +#endif #endif AddExtraModulePaths();