How should one comprehensively install Qt 6 in openSUSE (Leap 15.6)?
-
Per
forums.opensuse.org/t/184987
, I've, as of yet, been unable to install it in a manner that provides me with the headers necessary to compile a C++QApplication
(via QMake). Does an official tutorial exist?I'm using 15.6, rather than the latest officially supported 15.5, because .5 is EOL.
-
Install the devel - packages for Qt6 as it was already told you in the opensuse forum. Nothing changed here between 15.5 and 15.6.
@Christian-Ehrlicher, that hadn't been said when I posted this. Thanks, though: it was indeed a lack of packages that was the cause. A comment on Reddit managed to explain well what I should do:
zypper in --recommends -t pattern devel_qt6
. -
Install the devel - packages for Qt6 as it was already told you in the opensuse forum. Nothing changed here between 15.5 and 15.6.
-
Install the devel - packages for Qt6 as it was already told you in the opensuse forum. Nothing changed here between 15.5 and 15.6.
@Christian-Ehrlicher, that hadn't been said when I posted this. Thanks, though: it was indeed a lack of packages that was the cause. A comment on Reddit managed to explain well what I should do:
zypper in --recommends -t pattern devel_qt6
. -
R RokeJulianLockhart has marked this topic as solved
-
But that's an openSUSE problem that they renamed the packages from qt-<foo>-devel to something else :)