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.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/opensuse/libtqt4/libtqt4.spec b/opensuse/libtqt4/libtqt4.spec
index 3933940f2..f01d2621c 100644
--- a/opensuse/libtqt4/libtqt4.spec
+++ b/opensuse/libtqt4/libtqt4.spec
@@ -104,7 +104,11 @@ Authors:
 
 
%prep
-%setup -q
+%if %{with_qt3}
+%setup -qn tqtinterface-qt3-%{version}
+%else
+%setup -qn tqtinterface-qt4-%{version}
+%endif
%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;