http://bugzilla.opensuse.org/show_bug.cgi?id=1203592
Bug ID: 1203592 Summary: Qt module definitions should be part of corresponding devel subpackage Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: KDE Workspace (Plasma) Assignee: opensuse-kde-bugs@opensuse.org Reporter: stefan.bruens@rwth-aachen.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
E.g.:
rpm -qf /usr/lib64/qt5/mkspecs/modules/qt_lib_widgets.pri libqt5-qtbase-common-devel-5.15.5+kde166-1.2.x86_64
rpm -qf /usr/lib64/libQt5Widgets.so libQt5Widgets-devel-5.15.5+kde166-1.2.x86_64
The former file (and some more) should be part of the latter package. Both are coming from qtbase.
Having these in the common-devel package leads to qmake thinking the module is available, though it is not:
``` qtHaveModule(widgets): ... ```
https://doc.qt.io/qt-6/qmake-test-function-reference.html
http://bugzilla.opensuse.org/show_bug.cgi?id=1203592 http://bugzilla.opensuse.org/show_bug.cgi?id=1203592#c1
Christophe Marin christophe@krop.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE
--- Comment #1 from Christophe Marin christophe@krop.fr --- Marking as duplicate
*** This bug has been marked as a duplicate of bug 1045093 ***