1
0
Fork 0

PROJECT: added symcache to translation proejct

This commit is contained in:
mrexodia 2016-09-07 10:22:26 +02:00
parent 4681dea4c6
commit e3944927a2
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 4 additions and 2 deletions

View File

@ -191,7 +191,8 @@ SOURCES += \
dbg/analysis/xrefsanalysis.cpp \
dbg/animate.cpp \
gui/Src/BasicView/LabeledSplitter.cpp \
dbg/breakpoint_commands.cpp
dbg/breakpoint_commands.cpp \
dbg/symcache.cpp
TRANSLATIONS = \
gui/Translations/x64dbg.ts
@ -398,7 +399,8 @@ HEADERS += \
dbg/analysis/recursiveanalysis.h \
dbg/analysis/xrefsanalysis.h \
dbg/animate.h \
gui/Src/BasicView/LabeledSplitter.h
gui/Src/BasicView/LabeledSplitter.h \
dbg/symcache.h
FORMS += \
gui/Src/Gui/AppearanceDialog.ui \