This commit is contained in:
寂静的羽夏 2022-11-09 18:30:00 +08:00
parent 218bc4e4e4
commit 931e0ae0ed
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>