We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e623898 commit 08a7437Copy full SHA for 08a7437
DoomRunner.pro
@@ -22,7 +22,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
22
# You can also select to disable deprecated APIs only up to a certain version of Qt.
23
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
24
25
-CONFIG += c++17
+# CONFIG += c++17
26
+QMAKE_CXXFLAGS += -std=c++17
27
28
# Some Qt headers use deprecated C++ features and generate tons of warnings.
29
# This will silence them and prevent them from shadowing our own potentially important warnings.
Sources/SharedData.hpp
@@ -15,7 +15,6 @@
15
#include "Utils.hpp" // pathHelper
16
17
#include <QString>
18
-#include <QStringLiteral>
19
#include <QList>
20
#include <QFileInfo>
21
0 commit comments