We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30742e8 commit 6cea478Copy full SHA for 6cea478
1 file changed
tools/triage/triage.pro
@@ -2,15 +2,17 @@ QT += core gui widgets
2
TARGET = triage
3
TEMPLATE = app
4
QMAKE_CXXFLAGS += -std=c++17
5
-INCLUDEPATH += ../../gui
+INCLUDEPATH += ../../gui ../../lib
6
MOC_DIR = temp
7
OBJECTS_DIR = temp
8
UI_DIR = temp
9
-SOURCES += main.cpp\
+SOURCES += main.cpp \
10
mainwindow.cpp \
11
../../gui/codeeditorstyle.cpp \
12
- ../../gui/codeeditor.cpp
+ ../../gui/codeeditor.cpp \
13
+ ../../lib/utils.cpp
14
HEADERS += mainwindow.h \
15
../../gui/codeeditorstyle.h \
- ../../gui/codeeditor.h
16
+ ../../gui/codeeditor.h \
17
+ ../../lib/utils.h
18
FORMS += mainwindow.ui
0 commit comments