Skip to content

Commit

Permalink
MER: temporary: force developer mode off.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjones committed Oct 3, 2016
1 parent e51fbcf commit 52f21d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm/qtbase.spec
Expand Up @@ -550,9 +550,6 @@ else
MAKEFLAGS=%{?_smp_mflags} \
./configure --disable-static \
-confirm-license \
%if ! 0%{?qt5_release_build}
-developer-build \
%endif
-platform linux-g++ \
-prefix "%{_prefix}" \
-bindir "%{_libdir}/qt5/bin" \
Expand Down Expand Up @@ -605,6 +602,9 @@ MAKEFLAGS=%{?_smp_mflags} \
-qreal float \
-journald
fi # config.status check
#%if ! 0%{?qt5_release_build}
# -developer-build \
#%endif

make %{?_smp_mflags}

Expand Down

0 comments on commit 52f21d1

Please sign in to comment.