Skip to content

Commit e4733bc

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 24aeab6 commit e4733bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/qgis.spec.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
279279
%{_libdir}/lib%{name}_gui.so.*
280280
%{_libdir}/lib%{name}_3d.so.*
281281
%{_libdir}/%{name}/
282-
%{_qt5_prefix}/plugins/sqldrivers/libqsqlspatialite.so
282+
%{?_qt5_plugindir}/sqldrivers/libqsqlspatialite.so
283283
%{_bindir}/%{name}
284284
%{_mandir}/man1/%{name}.1*
285285
%dir %{_datadir}/%{name}/

0 commit comments

Comments
 (0)