Force c++17???

This commit is contained in:
chrises 2021-10-28 12:51:09 +11:00
parent b792ac8ae7
commit 57e63c6acb
1 changed files with 2 additions and 5 deletions

View File

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