This commit is contained in:
寂静的羽夏 2022-11-09 18:29:44 +08:00
parent 0ebafd6f11
commit dda516727d
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SOURCES += \
settings.cpp
HEADERS += \
../WingHexExplorer/wing-hex-explorer.sourcecode/WingHexExplorer/plugin/iwingplugin.h \
../WingHexExplorer/WingHexExplorer/plugin/iwingplugin.h \
wingelfparser.h \
elfhelper.h \
settingdialog.h \

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 "elfhelper.h"
#include <QTreeWidget>