Skip to content

Commit a683c05

Browse files
authored
Fix #14389 (triage: fix triage.pro file) (danmar#8113)
1 parent 298d602 commit a683c05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/triage/triage.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
lessThan(QT_MAJOR_VERSION, 5): error(requires >= Qt 5 (You used: $$QT_VERSION))
21
QT += core gui widgets
32
TARGET = triage
43
TEMPLATE = app
5-
QMAKE_CXXFLAGS += -std=c++11
4+
QMAKE_CXXFLAGS += -std=c++17
65
INCLUDEPATH += ../../gui
76
MOC_DIR = temp
87
OBJECTS_DIR = temp

0 commit comments

Comments
 (0)