From c686ac87f4282d1274256a5012b9acd8d2701413 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Wed, 21 Apr 2021 00:39:57 +0200 Subject: [PATCH] Downgraded to C++17 to get the shitty travis compiler working --- qtmodbustester.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtmodbustester.pro b/qtmodbustester.pro index 4bb2d8a..358456c 100644 --- a/qtmodbustester.pro +++ b/qtmodbustester.pro @@ -1,6 +1,6 @@ QT = core network serialbus gui widgets -CONFIG += c++latest +CONFIG += c++17 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000