Hi,
I wanted to report a couple of errors, in regards QWindowKit when trying to build SARibbon, seems like under Linux cannot find the private Qt6 headers for some reason, i'm using Qt Creator with the CMake build files:
This could be because my Linux distribution: OpenSUSE Tumbleweed has their private headers inside "versioned" directories, like this:
- /usr/include/qt6/QtCore/6.10.1/QtCore/private
- /usr/include/qt6/QtGui/6.10.1/QtGui/qpa
My workaround would be symbolic links to those paths to match the include header paths in order to make it work, but have to undo it to prevent any sort of future problems for other applications.
Seems Debian and Ubuntu distros doesn't follow that because they are not rolling release distros.
Thanks.