mirror of https://github.com/EspoTek/Labrador.git
Added C++14 support to qmake file
This commit is contained in:
parent
64b8b9311b
commit
14a5ab67ff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue