UEFITool/uefiextract.pro
Nikolaj Schlej 8aba0766e5 First approach to implement console UI
UEFIExtract utility will be done soon, the only thing to be done is
actual extractAll code. :)
2014-04-21 18:05:29 +02:00

41 lines
719 B
Prolog

QT += core
QT -= gui
TARGET = UEFIExtract
TEMPLATE = app
CONFIG += console
SOURCES += uefiextract_main.cpp \
uefiextract.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/EfiTianoCompress.c
HEADERS += uefiextract.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