Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej committed Feb 14, 2025
1 parent 35fbe27 commit 0b1e1cf
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion UEFITool/uefitool.pro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,22 @@ HEADERS += uefitool.h \
../common/kaitai/exceptions.h \
../common/zlib/zlib.h \
../common/zlib/crc32.h \
../version.h
../version.h \
QHexView/include/QHexView/model/buffer/qhexbuffer.h \
QHexView/include/QHexView/model/buffer/qdevicebuffer.h \
QHexView/include/QHexView/model/buffer/qmemorybuffer.h \
QHexView/include/QHexView/model/buffer/qmappedfilebuffer.h \
QHexView/include/QHexView/model/commands/hexcommand.h \
QHexView/include/QHexView/model/commands/insertcommand.h \
QHexView/include/QHexView/model/commands/removecommand.h \
QHexView/include/QHexView/model/commands/replacecommand.h \
QHexView/include/QHexView/model/qhexcursor.h \
QHexView/include/QHexView/model/qhexdelegate.h \
QHexView/include/QHexView/model/qhexdocument.h \
QHexView/include/QHexView/model/qhexmetadata.h \
QHexView/include/QHexView/model/qhexoptions.h \
QHexView/include/QHexView/model/qhexutils.h \
QHexView/include/QHexView/qhexview.h

SOURCES += uefitool_main.cpp \
uefitool.cpp \
Expand Down Expand Up @@ -127,6 +142,7 @@ SOURCES += uefitool_main.cpp \
QHexView/src/model/buffer/qhexbuffer.cpp \
QHexView/src/model/buffer/qdevicebuffer.cpp \
QHexView/src/model/buffer/qmemorybuffer.cpp \
QHexView/src/model/buffer/qmappedfilebuffer.cpp \
QHexView/src/model/commands/hexcommand.cpp \
QHexView/src/model/commands/insertcommand.cpp \
QHexView/src/model/commands/removecommand.cpp \
Expand Down

0 comments on commit 0b1e1cf

Please sign in to comment.