Skip to content

Commit

Permalink
qt5-build.eclass: minor configure updates for 5.6 and later
Browse files Browse the repository at this point in the history
(cherry picked from proj/qt commit f527f1e3a1b76d938085f26d25a88d07115c4b87)
  • Loading branch information
Pesa committed Feb 2, 2016
1 parent 9478b6b commit 72edb80
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,15 @@ qt5_base_configure() {
-release
-no-separate-debug-info

# no need to forcefully build host tools in optimized mode,
# just follow the overall debug/release build type
$([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-optimized-tools)

# licensing stuff
-opensource -confirm-license

# let configure automatically figure out if C++11 is supported
#-c++11
# autodetect the highest supported version of the C++ standard
#-c++std <c++11|c++14|c++1z>

# build shared libraries
-shared
Expand Down Expand Up @@ -576,9 +580,6 @@ qt5_base_configure() {
# print verbose information about each configure test
-verbose

# doesn't actually matter since we override CXXFLAGS
#-no-optimized-qmake

# obsolete flag, does nothing
#-nis

Expand Down

0 comments on commit 72edb80

Please sign in to comment.