drop -makefile qmake flag, it's already the default

This commit is contained in:
Rex Dieter 2016-02-01 11:43:23 -06:00
parent bb730ba0be
commit 96368e2bd8
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export JPEG2000_INCLUDE=%{_includedir}/openjpeg-2.1
export JPEG2000_LIB=%{_libdir}
%endif
export ENGAUGE_RELEASE=1
%{qmake_qt5} -makefile engauge.pro \
%{qmake_qt5} engauge.pro \
DEFINES+=HELPDIR=%{_datadir}/doc/%{name}/help
make %{?_smp_mflags}