Skip to content

Commit

Permalink
Fixed #13323 (building triage tool) (#7018)
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar authored Nov 18, 2024
1 parent d1a6593 commit f9cfcbd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tools/triage/triage.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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
INCLUDEPATH += ../../gui
MOC_DIR = temp
OBJECTS_DIR = temp
UI_DIR = temp
SOURCES += main.cpp\
mainwindow.cpp \
../../gui/codeeditorstyle.cpp \
../../gui/codeeditor.cpp
HEADERS += mainwindow.h \
../../gui/codeeditorstyle.h \
../../gui/codeeditor.h
FORMS += mainwindow.ui

0 comments on commit f9cfcbd

Please sign in to comment.