move qdbusviewer inside conditional too

This commit is contained in:
Rex Dieter 2013-01-09 16:06:08 -06:00
parent f9755f3ab4
commit d20387edac
1 changed files with 1 additions and 1 deletions

View File

@ -1150,8 +1150,8 @@ fi
%endif
%exclude %{_qt4_plugindir}/sqldrivers
%if "%{_qt4_bindir}" != "%{_bindir}"
%{?dbus:%{_bindir}/qdbusviewer}
%if ! 0%{?qtchooser}
%{?dbus:%{_bindir}/qdbusviewer}
%{_bindir}/qmlviewer
%endif
%endif