Added C++14 support to qmake file

This commit is contained in:
Chris Esposito 2018-12-27 11:49:11 +11:00 committed by GitHub
parent 64b8b9311b
commit 14a5ab67ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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