diff options
Diffstat (limited to 'opensuse/libtqt4')
-rw-r--r-- | opensuse/libtqt4/libtqt4.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/opensuse/libtqt4/libtqt4.spec b/opensuse/libtqt4/libtqt4.spec index dc4b7fb1f..3933940f2 100644 --- a/opensuse/libtqt4/libtqt4.spec +++ b/opensuse/libtqt4/libtqt4.spec @@ -38,7 +38,7 @@ Requires: qt3 >= 3.3.8c %if %{with_qt4} BuildRequires: libqt4-devel >= 4.7.0 -BuildRequires: libqt4-x11 >= 4.7.0 +Requires: libqt4-x11 >= 4.7.0 %endif BuildRequires: cmake @@ -68,6 +68,12 @@ Authors: Summary: TQtinterface header files Group: Graphical Desktop/TDE Requires: libtqt4 +%if %{with_qt3} +Requires: qt3-devel >= 3.3.8c +%endif +%if %{with_qt4} +Requires: libqt4-devel >= 4.7.0 +%endif %description devel This package contains Trinity KDE specific window options and commands. You need this package to compile Trinity modules. (TQT headers) |