Skip to content

Commit 1d3c0b0

Browse files
authored
Bump to C++17 in xdf.pro (#44)
* Bump to C++20 in xdf.pro * Change to C++17 instead
1 parent 0983273 commit 1d3c0b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xdf.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ QT -= gui
22

33
TARGET = xdf
44
TEMPLATE = lib
5-
CONFIG += c++11 shared_and_static build_all
5+
CONFIG += c++17 shared_and_static build_all
66
INCLUDEPATH += pugixml
77

88
QMAKE_CFLAGS += -std=c99

0 commit comments

Comments
 (0)