]> git.pld-linux.org Git - packages/OpenAL.git/blobdiff - OpenAL.spec
fix -gui runtime deps if built against qt5
[packages/OpenAL.git] / OpenAL.spec
index ab8b18e6d1ecb7689695e5fde18843c08a79eea7..4dca38c8a2cecceaf026a9db204195525065179f 100644 (file)
@@ -88,8 +88,14 @@ Summary:     OpenAL configuration GUI
 Summary(pl.UTF-8):     Graficzny interfejs do konfiguracji biblioteki OpenAL
 Group:         X11/Applications/Sound
 Requires:      %{name} = %{version}-%{release}
+%if %{with qt4}
 Requires:      QtCore >= 4.8.0
 Requires:      QtGui >= 4.8.0
+%else
+Requires:      Qt5Core >= 5
+Requires:      Qt5Gui >= 5
+Requires:      Qt5Widgets >= 5
+%endif
 
 %description gui
 OpenAL configuration GUI.
This page took 0.029673 seconds and 4 git commands to generate.