diff options
author | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-17 19:24:49 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@qt.io> | 2016-11-23 09:38:05 +0000 |
commit | 798b09ffe61b6b7f490b7d530f0e89501bbc89fd (patch) | |
tree | 4bf065d8182f40b8afd4f0a19ceb1b81fb491c36 /configure | |
parent | 6d2f7e9efe1f2e5156014dfa0af42a84d115d00c (diff) | |
download | qtbase-798b09ffe61b6b7f490b7d530f0e89501bbc89fd.tar.gz |
configure: don't read QMAKESPEC from the environment
it was rather unexpected that this was done, entirely inconsistently
with how the rest of the configure parameters are handled.
Task-number: QTBUG-52266
Change-Id: I6e1d7a4fe1c85d6d64d465517b6be3f3cdda3359
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -479,7 +479,7 @@ XPLATFORM_TVOS=no # Whether target platform is tvOS XPLATFORM_WATCHOS=no # Whether target platform is watchOS XPLATFORM_ANDROID=no XPLATFORM_MINGW=no # Whether target platform is MinGW (win32-g++*) -PLATFORM=$QMAKESPEC +PLATFORM= OPT_CONFIRM_LICENSE=no OPT_SHADOW=maybe OPT_VERBOSE=no |