stephenlang
stephenlang
There are my source: ``` class ECSyncService : public QtService::Service { public: explicit ECSyncService(int &argc, char **argv) : Service(argc, argv) { } ~ECSyncService() { // we must reset handler to...
Do you have a plan to solve it ? @Skycoder42
@scaramancha Could you share the upgrade ? I'm changing too, but currently the upgrade is just completed for MacOS and Windows, other backends is still under investing because Qt Android...
@Skycoder42 I am building QtService with Qt6, but I get a problem, when integrating the new libs to my project(Cmake Qt project) and it said that cannot find Service through...
> @Skycoder42 > I am building QtService with Qt6, but I get a problem, when integrating the new libs to my project(Cmake Qt project) and it said that cannot find...
Maybe not relate to this issue, but I got a performance issue with the multiple joins (my query joins 8 docs) and it takes about 3 or 4 seconds, I...
@DeceitfulSloth @lazaj I forked/updated a version that works with Qt6. I didn’t create a pull request to the root repository of @Skycoder42 because it would take more effort to support...
@Sergman-MD could you add more error log or a bit of your CMakeLists.txt setup? they are header files of systemd, so I guess somehow cmake no found them.