Skip to content

Commit 08a7437

Browse files
committed
fixed linux build
1 parent e623898 commit 08a7437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DoomRunner.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ DEFINES += QT_DEPRECATED_WARNINGS
2222
# You can also select to disable deprecated APIs only up to a certain version of Qt.
2323
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
2424

25-
CONFIG += c++17
25+
# CONFIG += c++17
26+
QMAKE_CXXFLAGS += -std=c++17
2627

2728
# Some Qt headers use deprecated C++ features and generate tons of warnings.
2829
# This will silence them and prevent them from shadowing our own potentially important warnings.

Sources/SharedData.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include "Utils.hpp" // pathHelper
1616

1717
#include <QString>
18-
#include <QStringLiteral>
1918
#include <QList>
2019
#include <QFileInfo>
2120

0 commit comments

Comments
 (0)