summaryrefslogtreecommitdiffstats
path: root/opensuse/libtqt4/libtqt4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/libtqt4/libtqt4.spec')
-rw-r--r--opensuse/libtqt4/libtqt4.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/opensuse/libtqt4/libtqt4.spec b/opensuse/libtqt4/libtqt4.spec
index 59d8cf5a4..3933940f2 100644
--- a/opensuse/libtqt4/libtqt4.spec
+++ b/opensuse/libtqt4/libtqt4.spec
@@ -68,7 +68,12 @@ Authors:
Summary: TQtinterface header files
Group: Graphical Desktop/TDE
Requires: libtqt4
-Requires: qt3 >= 3.3.8c
+%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)