mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-05 09:23:43 -04:00
Version 0.17.5
-code refactored to compile on Qt 4.8.5 without name conflicts
This commit is contained in:
parent
e5d94b6479
commit
b3c9466f58
13 changed files with 416 additions and 359 deletions
68
uefitool.pro
68
uefitool.pro
|
@ -5,43 +5,47 @@ TARGET = UEFITool
|
|||
TEMPLATE = app
|
||||
|
||||
SOURCES += main.cpp \
|
||||
uefitool.cpp \
|
||||
searchdialog.cpp \
|
||||
descriptor.cpp \
|
||||
ffs.cpp \
|
||||
ffsengine.cpp \
|
||||
treeitem.cpp \
|
||||
treemodel.cpp \
|
||||
messagelistitem.cpp \
|
||||
LZMA/LzmaCompress.c \
|
||||
LZMA/LzmaDecompress.c \
|
||||
LZMA/SDK/C/LzFind.c \
|
||||
LZMA/SDK/C/LzmaDec.c \
|
||||
LZMA/SDK/C/LzmaEnc.c \
|
||||
Tiano/EfiTianoDecompress.c \
|
||||
Tiano/EfiCompress.c \
|
||||
Tiano/TianoCompress.c
|
||||
uefitool.cpp \
|
||||
searchdialog.cpp \
|
||||
types.cpp \
|
||||
descriptor.cpp \
|
||||
ffs.cpp \
|
||||
ffsengine.cpp \
|
||||
treeitem.cpp \
|
||||
treemodel.cpp \
|
||||
messagelistitem.cpp \
|
||||
LZMA/LzmaCompress.c \
|
||||
LZMA/LzmaDecompress.c \
|
||||
LZMA/SDK/C/LzFind.c \
|
||||
LZMA/SDK/C/LzmaDec.c \
|
||||
LZMA/SDK/C/LzmaEnc.c \
|
||||
Tiano/EfiTianoDecompress.c \
|
||||
Tiano/EfiCompress.c \
|
||||
Tiano/TianoCompress.c
|
||||
|
||||
HEADERS += uefitool.h \
|
||||
searchdialog.h \
|
||||
basetypes.h \
|
||||
descriptor.h \
|
||||
gbe.h \
|
||||
me.h \
|
||||
ffs.h \
|
||||
ffsengine.h \
|
||||
treeitem.h \
|
||||
treemodel.h \
|
||||
messagelistitem.h \
|
||||
LZMA/LzmaCompress.h \
|
||||
LZMA/LzmaDecompress.h \
|
||||
Tiano/EfiTianoDecompress.h \
|
||||
Tiano/EfiTianoCompress.h \
|
||||
peimage.h
|
||||
searchdialog.h \
|
||||
basetypes.h \
|
||||
descriptor.h \
|
||||
gbe.h \
|
||||
me.h \
|
||||
ffs.h \
|
||||
peimage.h \
|
||||
types.h \
|
||||
ffsengine.h \
|
||||
treeitem.h \
|
||||
treemodel.h \
|
||||
messagelistitem.h \
|
||||
LZMA/LzmaCompress.h \
|
||||
LZMA/LzmaDecompress.h \
|
||||
Tiano/EfiTianoDecompress.h \
|
||||
Tiano/EfiTianoCompress.h
|
||||
|
||||
|
||||
FORMS += uefitool.ui \
|
||||
searchdialog.ui
|
||||
searchdialog.ui
|
||||
|
||||
RC_FILE = uefitool.rc
|
||||
|
||||
ICON = uefitool.icns
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue