Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
@MikhailG How do you run the app?
Hi, the Qt-DLLs need to be in your PATH or placed in the directory of your executable file. -Michael.
@jsulm I press run . Issues only with MSVC 2015 compiler kit. MinGW works fine.
@MikhailG Do you use Qt for VC2015 in your MSVC 2015 kit? If so does it contain Qt5PrintSupport.dll ?
@jsulm My bad, the problem is solved. Thank you.