mirror of https://github.com/EspoTek/Labrador.git
Force c++17???
This commit is contained in:
parent
b792ac8ae7
commit
57e63c6acb
|
@ -11,7 +11,7 @@
|
|||
|
||||
QT += core gui
|
||||
|
||||
CONFIG += c++14
|
||||
CONFIG += c++17
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
||||
|
||||
|
@ -246,10 +246,7 @@ macx:DEPENDPATH += $$PWD/build_mac/libdfuprog/include
|
|||
|
||||
macx:QMAKE_LFLAGS += "-undefined dynamic_lookup"
|
||||
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.10
|
||||
|
||||
|
||||
|
||||
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.15
|
||||
|
||||
#############################################################
|
||||
######## SHARED UNIX-LIKE BUILDS (MAC + LINUX) #########
|
||||
|
|
Loading…
Reference in New Issue