Skip to content

Commit

Permalink
[packaging] Add missing private webkit pri files to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Raine Makelainen committed Feb 6, 2014
1 parent b5c4dac commit 62f16d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/qtwebkit5.spec
Expand Up @@ -226,6 +226,7 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \
%{_libdir}/libQt5WebKit.so
%{_libdir}/pkgconfig/Qt5WebKit.pc
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkit.pri
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkit_private.pri

%files -n libqtwebkit5-widgets
%defattr(-,root,root,-)
Expand All @@ -239,6 +240,7 @@ find %{buildroot}%{_libdir} -type f -name '*.prl' \
%{_libdir}/libQt5WebKitWidgets.so
%{_libdir}/pkgconfig/Qt5WebKitWidgets.pc
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkitwidgets.pri
%{_datadir}/qt5/mkspecs/modules/qt_lib_webkitwidgets_private.pri

%files -n qt5-qtqml-import-webkitplugin
%defattr(-,root,root,-)
Expand Down

0 comments on commit 62f16d9

Please sign in to comment.