Printing does not work in installation package
-
Hi all,
I have a project that has printing support implemented in some capacity. Project is created in Visual Studio and in debug and release mode it is possible to print document on connected printer. When I create installation package and install app on my computer my printing support does not work. Jobs are not sent to printing spooler.
Am I missing something?Tnx
-
Hi all,
I have a project that has printing support implemented in some capacity. Project is created in Visual Studio and in debug and release mode it is possible to print document on connected printer. When I create installation package and install app on my computer my printing support does not work. Jobs are not sent to printing spooler.
Am I missing something?Tnx
-
Did you add the printsupport plugin to your installation package?
I have for instance these plugin folder in the Qt dll folder and they will be installed together with the Qt dlls.

@koahnig said in Printing does not work in installation package:
Did you add the printsupport plugin to your installation package?
I have for instance these plugin folder in the Qt dll folder and they will be installed together with the Qt dlls.

Yes
-
Hi,
Did you use
windeployqtto deploy your application ?
