Skip to content

Commit

Permalink
Merge branch 'jb34866' into 'mer-stable'
Browse files Browse the repository at this point in the history
[qtwebkit] Package plugins.qmltypes. Contributes to JB#34866

Attention: not tried to build (yet)

See merge request !7
  • Loading branch information
rainemak committed May 7, 2016
2 parents 60c54af + 3d0ffff commit 5d75db6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qtwebkit/Source/WebKit/qt/declarative/public.pri
Expand Up @@ -48,7 +48,7 @@ isEmpty(importPath): importPath = $$[QT_INSTALL_IMPORTS]
target.path = $${importPath}/$${TARGET.module_name}


qmldir.files += $$PWD/qmldir
qmldir.files += $$PWD/qmldir $$PWD/plugins.qmltypes
qmldir.path += $${importPath}/$${TARGET.module_name}

INSTALLS += target qmldir
2 changes: 2 additions & 0 deletions qtwebkit/Source/WebKit/qt/declarative/qmldir
@@ -1,3 +1,5 @@
module QtWebKit
plugin qmlwebkitplugin
classname WebKitQmlPlugin
typeinfo plugins.qmltypes

1 change: 1 addition & 0 deletions rpm/qtwebkit5.spec
Expand Up @@ -255,6 +255,7 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \
%files -n qt5-qtqml-import-webkitplugin
%defattr(-,root,root,-)
%{_libdir}/qt5/qml/QtWebKit/libqmlwebkitplugin.so
%{_libdir}/qt5/qml/QtWebKit/plugins.qmltypes
%{_libdir}/qt5/qml/QtWebKit/qmldir

%files -n qt5-qtqml-import-webkitplugin-experimental
Expand Down

0 comments on commit 5d75db6

Please sign in to comment.