Linus Jahn
Linus Jahn
Not sure whats the problem here. Does it make any difference if you try to replace the line with: ``` find_package(Qt 6 REQUIRED COMPONENTS Core Network Xml) ```
Sorry! My mistake, I actually wanted to write: ``` find_package(Qt6 6.0 REQUIRED COMPONENTS Core Network Xml) ```
You can set the path using `cmake` with `-DQt6_DIR=D:/qt6.0/6.2.4/mingw_64/lib/cmake/Qt6/`, but it seems like cmake has already found that directory, I'm not sure what's the error here.
Helpful error message might be nice, but I guess this can be closed.
Well okay that's actually right, it could just search for the files using a relative path from the binary. However a proper error message would be better than nothing for...
> P. S. The reason to use Qt4 is simple: Qt5 does not build for my platform, and it is broken on a number of platforms, since, well, its upstream...
:) Yes and my main point is that I don't see a use-case of having a modern QXmpp version with a very outdated Qt version.
Hi @prefiks, my issue is that ejabberd still outputs pubsub items with the old namespace. The code in ejabberd just doesn't set the xmlns attribute of the record (so it...
I just noticed that the new `mix:core:1` version actually differs from the `mix:core:0` version: ```xml ``` vs. ```xml thirdwitch [email protected] ``` So the current version of `mix_participant` would generate wrong...
I fixed the definition of the element so that it uses XML subelements for nick and jid now (as specified in the new MIX version). The old version is dropped...