improve qt4 compat

v3.5.13-sru
Robert Xu 13 years ago
parent 5fc84c7f61
commit 77710e1c2a

@ -104,7 +104,11 @@ Authors:
   
   
%prep %prep
%setup -q %if %{with_qt3}
%setup -qn tqtinterface-qt3-%{version}
%else
%setup -qn tqtinterface-qt4-%{version}
%endif
%build %build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;

Loading…
Cancel
Save