Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tools/triage/triage.pro
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
lessThan(QT_MAJOR_VERSION, 5): error(requires >= Qt 5 (You used: $$QT_VERSION))
QT += core gui widgets
TARGET = triage
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11
QMAKE_CXXFLAGS += -std=c++17
INCLUDEPATH += ../../gui
MOC_DIR = temp
OBJECTS_DIR = temp
Expand Down
Loading