Home > Back-end >  Understand backend in QtService
Understand backend in QtService

Time:11-16

I wrote a daemon using Skycoder42/QtService. It works when run from QtCteator but on the server, I get the below error

qtservice: No backend found for the name "standard"

In the project document, I can't find anything

what is the backend? How can I install the service and start it?

CodePudding user response:

Finally, I find the solution:

We must copy the path/to/qt/gcc_64/plugins/servicebackends directory next to executable

  • Related