Bug 657752
| Summary: | QmlDesigner plugin is missing | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rex Dieter <rdieter> | ||||
| Component: | qt-creator | Assignee: | Itamar Reis Peixoto <itamar> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 22 | CC: | argonel, Axel.Thimm, chemobejk, han.holl, itamar, jreznik, kevin, ltinkl, rdieter, rnovacek, smparrish, than | ||||
| Target Milestone: | --- | Keywords: | Reopened | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 657498 | Environment: | |||||
| Last Closed: | 2015-05-29 16:24:56 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 657498 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Rex Dieter
2010-11-27 17:22:24 UTC
Created attachment 463720 [details]
Fix qtquickplugin installation for x86_64 builds
libqtquickplugin.so wasn't installed for x86_64 builds and therefore the Library Items View in QmlDesigner was empty. This patch fixes the problem. I have forwarded it to the QtCreator guys, so it might be fixed in the next 2.1 RC/final version.
Please note that you also need to update the %files section in the SPEC and add this line:
%{_libdir}/qmldesigner
qt-creator from f15 (2.2.0-0.1.beta) rebuilt on f14 seems to enable the plugin (it uses the private subpackage with the neccessary headers). Could we have the f15 package officially rebuilt on f14? Thanks! (or if the same changes apply to 2.1.0 and you prefer not to go beta on qtcreator o f14 please rebuild 2.1.0 with the plugin enabled) This message is a notice that Fedora 14 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 14. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '14' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 14 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Reportedly (on irc) still a problem, re-opening Actually, $ rpm -q qt-creator qt-creator-3.4.0-3.fc22.x86_64 $ rpm -ql qt-creator | grep qmldesigner /usr/lib64/qtcreator/plugins/qmldesigner /usr/lib64/qtcreator/plugins/qmldesigner/libcomponentsplugin.so /usr/lib64/qtcreator/plugins/qmldesigner/libqtquickplugin.so I guess the irc report was inaccurate, closing. The file we're looking for is /usr/lib64/qtcreator/plugins/qmldesigner/libQmlDesigner.so. On closer investigation its just F20 that has no qml designer plugin. The qt-creator-3.2.2-4.fc20 build log says: Project WARNING: QmlDesigner plugin has been disabled. Project WARNING: This plugin requires Qt 5.3.1 or newer. I assume this is a wontfix as F21 has qt-creator-3.4.0. Yes, F20 is the last release to have Qt Creator built against Qt 4. I don't think changing it at this point makes sense. F21 has Qt Creator built against Qt 5, and so it includes that feature. Of course, so does F22, too. So CLOSED CURRENTRELEASE is the correct resolution. |