Skip to content

Commit 7e3b174

Browse files
daniviganyalldawson
authored andcommitted
Replace a Qt5 macro in RPM spec
which was deprecated and does not work anymore after the upgrade of F28 to Qt 5.11
1 parent 94df29e commit 7e3b174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/qgis.spec.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
322322
%{_libdir}/lib%{name}_gui.so.*
323323
%{_libdir}/lib%{name}_3d.so.*
324324
%{_libdir}/%{name}/
325-
%{_qt5_prefix}/plugins/sqldrivers/libqsqlspatialite.so
325+
%{?_qt5_plugindir}/sqldrivers/libqsqlspatialite.so
326326
%{_bindir}/%{name}
327327
%{_mandir}/man1/%{name}.1*
328328
%dir %{_datadir}/%{name}/

0 commit comments

Comments
 (0)