From 14a5ab67ffa391856737cc7d133ef9a774e0de0f Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Thu, 27 Dec 2018 11:49:11 +1100 Subject: [PATCH] Added C++14 support to qmake file --- Desktop_Interface/Labrador.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Desktop_Interface/Labrador.pro b/Desktop_Interface/Labrador.pro index 3d88daa5..4ee75977 100644 --- a/Desktop_Interface/Labrador.pro +++ b/Desktop_Interface/Labrador.pro @@ -9,7 +9,9 @@ ######CLEAN->RUN QMAKE->BUILD after changing anything on this page!!!###### ########################################################################## -QT += core gui +QT += core gui + +CONFIG += c++14 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport