MuseScore 4.x bundles KDDockWidgets. I would like to unbundle it, but MuseScore requires a Qt5 build with -DKDDockWidgets_QTQUICK=true. The current Fedora build is for the QtWidgets version of the library, for both Qt5 and Qt6. Would it be possible to also build a QtQuick version of the library, at least for Qt5? Reproducible: Always Steps to Reproduce: 1. N/A 2. 3.
If I build with -DKDDockWidgets_QTQUICK=true files will replace ordinary Qt5 build. Will with build still compatible with ordinary QtWidgets?
Hmmm, actually I do not know. From src/CMakeLists.txt I can see that different header files are installed in the 2 cases, so I guess it is not completely compatible. It's too bad upstream didn't write their software so a single library could choose either QtWidgets or QtQuick. If MuseScore is the only application that wants the QtQuick version, then we can let it continue to bundle KDDockWidgets rather than making you do a lot of work.