diff options
author | Slávek Banko <[email protected]> | 2018-05-12 19:30:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-05-12 19:30:23 +0200 |
commit | 58b25d4341e84c0bf06572e8b37e433fe3924b1f (patch) | |
tree | 8e05901ce669bb9f6a344aaaaba282b3cda44fe8 | |
parent | 02405c8411cbdf42fa8f73ce93598eb6f5cec0fe (diff) | |
download | qt3-58b25d4341e84c0bf06572e8b37e433fe3924b1f.tar.gz qt3-58b25d4341e84c0bf06572e8b37e433fe3924b1f.zip |
Update buildkey for GCC 7 and 8
Signed-off-by: Slávek Banko <[email protected]>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2818,7 +2818,7 @@ g++*) 3.*) COMPILER_VERSION="3.*" ;; - 7.*|6.*|5.*|4.*) + [7-8]|[4-6].*) COMPILER_VERSION="4.*" ;; *) |