![](https://seccdn.libravatar.org/avatar/892bf3b848428f95cf1a3fb35cde3f58.jpg?s=120&d=mm&r=g)
Hi, Trying to compile a Qt6 Charts application, I see that the Qt6 Charts header files are missing. I've installed QT6Charrts, but I can't find the corresponding -devel package in Yast. There are a lot less include dirs in qt6 compared with qt5: l /usr/include/qt6 | wc -l 38 l /usr/include/qt5 | wc -l 57 How can I get the missing -devel files? best regards, Jogchum
![](https://seccdn.libravatar.org/avatar/892bf3b848428f95cf1a3fb35cde3f58.jpg?s=120&d=mm&r=g)
Op 09-01-2023 om 19:22 schreef Jogchum Reitsma:
Hi,
Trying to compile a Qt6 Charts application, I see that the Qt6 Charts header files are missing. I've installed QT6Charrts, but I can't find the corresponding -devel package in Yast.
There are a lot less include dirs in qt6 compared with qt5:
l /usr/include/qt6 | wc -l 38
l /usr/include/qt5 | wc -l 57
How can I get the missing -devel files?
best regards, Jogchum
Sorry, got them already with zypper in --recommends -t pattern devel_qt6 Now l /usr/include/qt6 | wc -l 115
participants (1)
-
Jogchum Reitsma