update
This commit is contained in:
parent
0ebafd6f11
commit
dda516727d
|
@ -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 \
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue