Skip to content

Commit

Permalink
[spec] add _private.pri modules to spec. Contributes to MER#1460
Browse files Browse the repository at this point in the history
  • Loading branch information
faenil committed Jan 12, 2016
1 parent 59826be commit 3dc29d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/qtwebkit5.spec
Expand Up @@ -237,6 +237,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 @@ -250,6 +251,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 3dc29d5

Please sign in to comment.