Update Valentina.pro to recognize GCC version 8.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2019-01-19 14:06:31 +02:00
parent 5df1459c1d
commit 4936257f1a

View File

@ -16,6 +16,10 @@ count(LIST, 1, >): error("The build will fail. Path '$${OUT_PWD}' contains space
unix {
*g++* {
GCC_VERSION = $$system("g++ -dumpversion")
contains(GCC_VERSION, ^8.*$) {
message( "g++ version 8.x found" )
CONFIG += g++8
} else {
contains(GCC_VERSION, ^7.*$) {
message( "g++ version 7.x found" )
CONFIG += g++7
@ -39,6 +43,7 @@ unix {
}
}
}
}
TEMPLATE = subdirs
SUBDIRS = src