PROJECT: added symcache to translation proejct
This commit is contained in:
parent
4681dea4c6
commit
e3944927a2
|
@ -191,7 +191,8 @@ SOURCES += \
|
||||||
dbg/analysis/xrefsanalysis.cpp \
|
dbg/analysis/xrefsanalysis.cpp \
|
||||||
dbg/animate.cpp \
|
dbg/animate.cpp \
|
||||||
gui/Src/BasicView/LabeledSplitter.cpp \
|
gui/Src/BasicView/LabeledSplitter.cpp \
|
||||||
dbg/breakpoint_commands.cpp
|
dbg/breakpoint_commands.cpp \
|
||||||
|
dbg/symcache.cpp
|
||||||
|
|
||||||
TRANSLATIONS = \
|
TRANSLATIONS = \
|
||||||
gui/Translations/x64dbg.ts
|
gui/Translations/x64dbg.ts
|
||||||
|
@ -398,7 +399,8 @@ HEADERS += \
|
||||||
dbg/analysis/recursiveanalysis.h \
|
dbg/analysis/recursiveanalysis.h \
|
||||||
dbg/analysis/xrefsanalysis.h \
|
dbg/analysis/xrefsanalysis.h \
|
||||||
dbg/animate.h \
|
dbg/animate.h \
|
||||||
gui/Src/BasicView/LabeledSplitter.h
|
gui/Src/BasicView/LabeledSplitter.h \
|
||||||
|
dbg/symcache.h
|
||||||
|
|
||||||
FORMS += \
|
FORMS += \
|
||||||
gui/Src/Gui/AppearanceDialog.ui \
|
gui/Src/Gui/AppearanceDialog.ui \
|
||||||
|
|
Loading…
Reference in New Issue