Skip to content

Commit cbfaf34

Browse files
committed
Update standard to c++20
1 parent acb3fc3 commit cbfaf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx-packageinstaller.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# **********************************************************************/
2323

2424
QT += core gui xml network widgets
25-
CONFIG += debug_and_release warn_on strict_c++ c++17
25+
CONFIG += debug_and_release warn_on strict_c++ c++20
2626

2727
CONFIG(release, debug|release) {
2828
DEFINES += NDEBUG

0 commit comments

Comments
 (0)