Question / Help OBS Qt libraries problem

Mars_Kaku

New Member
Hi there,
We are developing a plug-in for a NAS-based streaming server, but we found OBS Qt libraries(Qt5Core.dll, Qt5Gui.dll, Qt5Widgets.dll) is not the official version, it makes our function cannot work.
Is there anyone has experience, If we replace libraries will cause any problem?

Thanks.
 

Xaymar

Active Member
The Qt libraries shipped with OBS are the MSVC 2013 ones from the Qt SDK version 5.7, though they may not be completely up to date. Replacing them with a newer build of the same version shouldn't hurt but usually you should link to the same build that OBS uses to avoid conflicts (use CMake if you don't want to manually manage this).
 
Top