diff options
author | Slávek Banko <[email protected]> | 2016-08-15 03:53:03 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-08-15 03:53:03 +0200 |
commit | b099185b9090e30504ef614f3eb0c899ad711fb0 (patch) | |
tree | b4a82864785d2953174188d7812b1878e4df0fba | |
parent | e834adf07807b0400eb8a0ef51b68734327f1b09 (diff) | |
download | qt3-b099185b9090e30504ef614f3eb0c899ad711fb0.tar.gz qt3-b099185b9090e30504ef614f3eb0c899ad711fb0.zip |
Update buildkey for GCC 6
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.*" ;; - 5.*|4.*) + 6.*|5.*|4.*) COMPILER_VERSION="4.*" ;; *) |