Skip to content

Commit 6e8e725

Browse files
committed
Try fixing qmake build issue
1 parent b57e44b commit 6e8e725

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

UEFITool/uefitool.pro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ HEADERS += uefitool.h \
7878
QHexView/include/QHexView/model/buffer/qdevicebuffer.h \
7979
QHexView/include/QHexView/model/buffer/qmemorybuffer.h \
8080
QHexView/include/QHexView/model/buffer/qmappedfilebuffer.h \
81-
QHexView/include/QHexView/model/commands/hexcommand.h \
81+
QHexView/include/QHexView/model/commands/hexviewcommand.h \
8282
QHexView/include/QHexView/model/commands/insertcommand.h \
8383
QHexView/include/QHexView/model/commands/removecommand.h \
8484
QHexView/include/QHexView/model/commands/replacecommand.h \
8585
QHexView/include/QHexView/model/qhexcursor.h \
86+
QHexView/include/QHexView/model/qhexchanges.h \
8687
QHexView/include/QHexView/model/qhexdelegate.h \
8788
QHexView/include/QHexView/model/qhexdocument.h \
8889
QHexView/include/QHexView/model/qhexmetadata.h \
@@ -179,7 +180,7 @@ SOURCES += uefitool_main.cpp \
179180
QHexView/src/model/buffer/qdevicebuffer.cpp \
180181
QHexView/src/model/buffer/qmemorybuffer.cpp \
181182
QHexView/src/model/buffer/qmappedfilebuffer.cpp \
182-
QHexView/src/model/commands/hexcommand.cpp \
183+
QHexView/src/model/commands/hexviewcommand.cpp \
183184
QHexView/src/model/commands/insertcommand.cpp \
184185
QHexView/src/model/commands/removecommand.cpp \
185186
QHexView/src/model/commands/replacecommand.cpp \

0 commit comments

Comments
 (0)