Can not run a qt application from Visual Studio 2015.
-
Hi! I have difficulties with running a Qt app from Visual Studio 2015. It compiles ok, but when I run it says "Qt5PrintSupport.dll can not be found". What should I do?
Thank you. -
Hi,
the Qt-DLLs need to be in your PATH or placed in the directory of your executable file.
-Michael. -
@MikhailG Do you use Qt for VC2015 in your MSVC 2015 kit? If so does it contain Qt5PrintSupport.dll ?