update
This commit is contained in:
parent
218bc4e4e4
commit
931e0ae0ed
|
@ -46,7 +46,7 @@ HEADERS += \
|
|||
capstone/x86.h \
|
||||
capstone/xcore.h \
|
||||
winghexdisasm.h \
|
||||
../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h
|
||||
../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h
|
||||
|
||||
DISTFILES += WingHexDisasm.json
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef GENERICPLUGIN_H
|
||||
#define GENERICPLUGIN_H
|
||||
|
||||
#include "../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h"
|
||||
#include "../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h"
|
||||
#include "capstone/capstone.h"
|
||||
#include <QCheckBox>
|
||||
#include <QComboBox>
|
||||
|
|
Loading…
Reference in New Issue