From 9c4393d435b544e6a108045fbeae74e1c2a00193 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 19 Jan 2019 14:06:31 +0200 Subject: [PATCH] Update Valentina.pro to recognize GCC version 8. (grafted from 7e4323f9618861233492a0d83c5fb8f11b619d95) --HG-- branch : develop --- Valentina.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/Valentina.pro b/Valentina.pro index 6fcb0e0e6..463bbac82 100644 --- a/Valentina.pro +++ b/Valentina.pro @@ -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