Hide Forgot
Description of problem: After installing marble+libs+devel unable to see marblewidget in Qt designer. I think marblewidget plugin should be in th e path /usr/lib64/qt4/plugins/designer/ . Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Marble doesn't provide any designer plugin that I can tell.
OK, further investigation shows that marble does have a designer plugin: http://techbase.kde.org/Projects/Marble/MarbleDesigner except it's not built by default, and requires -DWITH_DESIGNER_PLUGIN=ON (for some reason). We can look into enabling this in our marble packaging
%changelog * Tue Mar 27 2012 Rex Dieter <rdieter> 1:4.8.1-2 - enable designer plugin (#807128) built for rawhide, will roll this into the kde-4.8.2 update coming soon (early april): http://techbase.kde.org/Schedules/KDE4/4.8_Release_Schedule#Tuesday.2C_April_3.2C_2012:_KDE_SC_4.8.2_release
Is it for gnome too.
If not in kde, to see these extra widget's, you may have to manually set export QT_PLUGIN_PATH=/usr/lib64/kde4/plugins or export QT_PLUGIN_PATH=/usr/lib/kde4/plugins prior to running designer.
But in Gnome when I compile from source with options: -DQTONLY=ON -DWITH_DESIGNER_PLUGIN=ON it's work. could this done in rpm package.
No. Building Qt-only is not an option for us, it disables several features and all the KDE integration.