Update Valentina.pro to recognize GCC version 8.
(grafted from 7e4323f9618861233492a0d83c5fb8f11b619d95) --HG-- branch : develop
This commit is contained in:
parent
e5dc9d0667
commit
9c4393d435
|
@ -20,7 +20,6 @@ unix {
|
|||
message( "g++ version 8.x found" )
|
||||
CONFIG += g++8
|
||||
} else {
|
||||
GCC_VERSION = $$system("g++ -dumpversion")
|
||||
contains(GCC_VERSION, ^7.*$) {
|
||||
message( "g++ version 7.x found" )
|
||||
CONFIG += g++7
|
||||
|
|
Loading…
Reference in New Issue
Block a user