[Bug 1218403] New: Qt Creator does not show qt6's examples after `zypper in qt6-*-examples`
https://bugzilla.suse.com/show_bug.cgi?id=1218403 Bug ID: 1218403 Summary: Qt Creator does not show qt6's examples after `zypper in qt6-*-examples` Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: sauntor@yeah.net QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- As the title says, after install qt 6 examples via zypper, reopen qtcreator, it will not show any qt6 example! But if you install qt5 examples, it shows. Is it a bug or can one fix it himself by some way? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218403 https://bugzilla.suse.com/show_bug.cgi?id=1218403#c2 --- Comment #2 from David shiran <sauntor@yeah.net> --- I think it's in a problem introduced by packaging, the difference between qt5/qt6 examples package is: ```bash $ rpm -ql qt6-base-examples /usr/lib64/qt6/examples/corelib /usr/lib64/qt6/examples/corelib/ipc /usr/lib64/qt6/examples/corelib/ipc/localfortuneclient /usr/lib64/qt6/examples/corelib/ipc/localfortuneclient/localfortuneclient /usr/lib64/qt6/examples/corelib/ipc/localfortuneserver /usr/lib64/qt6/examples/corelib/ipc/localfortuneserver/localfortuneserver ... ``` ```bash $ rpm -ql libqt5-qtbase-examples /usr/lib64/qt5/examples /usr/lib64/qt5/examples/README /usr/lib64/qt5/examples/corelib /usr/lib64/qt5/examples/corelib/corelib.pro /usr/lib64/qt5/examples/corelib/ipc /usr/lib64/qt5/examples/corelib/ipc/README /usr/lib64/qt5/examples/corelib/ipc/ipc.pro /usr/lib64/qt5/examples/corelib/ipc/localfortuneclient /usr/lib64/qt5/examples/corelib/ipc/localfortuneclient/client.cpp ... ``` Do you see the difference? qt5's examples package ships the sources files, but qt6's ships BINARY files! -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218403 https://bugzilla.suse.com/show_bug.cgi?id=1218403#c3 Fabian Vogt <fabian@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fabian@ritter-vogt.de --- Comment #3 from Fabian Vogt <fabian@ritter-vogt.de> --- (In reply to David shiran from comment #2)
I think it's in a problem introduced by packaging, the difference between qt5/qt6 examples package is:
See the previous comment: It's a change in Qt 6 introduced by upstream. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1218403 https://bugzilla.suse.com/show_bug.cgi?id=1218403#c4 null <lyhyhl@tuta.io> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lyhyhl@tuta.io --- Comment #4 from null <lyhyhl@tuta.io> --- (In reply to Fabian Vogt from comment #3)
(In reply to David shiran from comment #2)
I think it's in a problem introduced by packaging, the difference between qt5/qt6 examples package is:
See the previous comment: It's a change in Qt 6 introduced by upstream.
The upstream suggested copying the example source though. https://bugreports.qt.io/browse/QTBUG-86302 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com