We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298d602 commit a683c05Copy full SHA for a683c05
1 file changed
tools/triage/triage.pro
@@ -1,8 +1,7 @@
1
-lessThan(QT_MAJOR_VERSION, 5): error(requires >= Qt 5 (You used: $$QT_VERSION))
2
QT += core gui widgets
3
TARGET = triage
4
TEMPLATE = app
5
-QMAKE_CXXFLAGS += -std=c++11
+QMAKE_CXXFLAGS += -std=c++17
6
INCLUDEPATH += ../../gui
7
MOC_DIR = temp
8
OBJECTS_DIR = temp
0 commit comments