Skip to content

Commit 6cea478

Browse files
danmarweb-flow
authored andcommitted
triage: update qmake project, utils.cpp is used (cppcheck-opensource#8381)
1 parent 30742e8 commit 6cea478

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

tools/triage/triage.pro

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ QT += core gui widgets
22
TARGET = triage
33
TEMPLATE = app
44
QMAKE_CXXFLAGS += -std=c++17
5-
INCLUDEPATH += ../../gui
5+
INCLUDEPATH += ../../gui ../../lib
66
MOC_DIR = temp
77
OBJECTS_DIR = temp
88
UI_DIR = temp
9-
SOURCES += main.cpp\
9+
SOURCES += main.cpp \
1010
mainwindow.cpp \
1111
../../gui/codeeditorstyle.cpp \
12-
../../gui/codeeditor.cpp
12+
../../gui/codeeditor.cpp \
13+
../../lib/utils.cpp
1314
HEADERS += mainwindow.h \
1415
../../gui/codeeditorstyle.h \
15-
../../gui/codeeditor.h
16+
../../gui/codeeditor.h \
17+
../../lib/utils.h
1618
FORMS += mainwindow.ui

0 commit comments

Comments
 (0)