Felix Barz

Results 53 comments of Felix Barz

I dont speek Chinese, but that looks like you are use the offline installer... It only works with the online installer

When building QtJsonSerializer, qmake will generate CMake files. You can then include it just like any other Qt module (e.g. QtNetwork, QtQml, ...)

First, make sure to read the documentation about this library treats polymorphism: https://skycoder42.github.io/QtJsonSerializer/class_qt_json_serializer_1_1_serializer_base.html#a18d5fc879178e3d3ab9094de4f3277e2 As stated there, the serializer should add a special "@class" property that holds the actual type. This...

Feel free to create a PR to make this configurable

Huh. That's strange. I create that instance myself in the plug in. Maybe you are checking to early? Please show me your service code

I am currently very busy. I might find the time someday, but don't expect a fix very soon. If you want, you can create a PR.

Yes, that is true. However, I have moved one from Qt to other ecosystems and as live changes, there is less and less time for coding in between, so sadly,...

@scaramancha would you mind creating a PR for Qt 6 support?

The standard backend is meant as fallback or for testing your application without the systems service framework. It is not meant to be used in production. Since no service framework...

You should propably read about sytemd and its services. Try to create a simple service with scripts following the official examples. Then you can come back to this project