mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Untabify project file
This commit is contained in:
parent
a764f15679
commit
1fedb2becf
28
uefitool.pro
28
uefitool.pro
@ -6,13 +6,13 @@ TEMPLATE = app
|
|||||||
|
|
||||||
SOURCES += main.cpp \
|
SOURCES += main.cpp \
|
||||||
uefitool.cpp \
|
uefitool.cpp \
|
||||||
searchdialog.cpp \
|
searchdialog.cpp \
|
||||||
descriptor.cpp \
|
descriptor.cpp \
|
||||||
ffs.cpp \
|
ffs.cpp \
|
||||||
ffsengine.cpp \
|
ffsengine.cpp \
|
||||||
treeitem.cpp \
|
treeitem.cpp \
|
||||||
treemodel.cpp \
|
treemodel.cpp \
|
||||||
messagelistitem.cpp \
|
messagelistitem.cpp \
|
||||||
LZMA/LzmaCompress.c \
|
LZMA/LzmaCompress.c \
|
||||||
LZMA/LzmaDecompress.c \
|
LZMA/LzmaDecompress.c \
|
||||||
LZMA/SDK/C/LzFind.c \
|
LZMA/SDK/C/LzFind.c \
|
||||||
@ -21,27 +21,27 @@ SOURCES += main.cpp \
|
|||||||
Tiano/EfiTianoDecompress.c \
|
Tiano/EfiTianoDecompress.c \
|
||||||
Tiano/EfiCompress.c \
|
Tiano/EfiCompress.c \
|
||||||
Tiano/TianoCompress.c
|
Tiano/TianoCompress.c
|
||||||
|
|
||||||
HEADERS += uefitool.h \
|
HEADERS += uefitool.h \
|
||||||
searchdialog.h \
|
searchdialog.h \
|
||||||
basetypes.h \
|
basetypes.h \
|
||||||
descriptor.h \
|
descriptor.h \
|
||||||
gbe.h \
|
gbe.h \
|
||||||
me.h \
|
me.h \
|
||||||
ffs.h \
|
ffs.h \
|
||||||
ffsengine.h \
|
ffsengine.h \
|
||||||
treeitem.h \
|
treeitem.h \
|
||||||
treemodel.h \
|
treemodel.h \
|
||||||
messagelistitem.h \
|
messagelistitem.h \
|
||||||
LZMA/LzmaCompress.h \
|
LZMA/LzmaCompress.h \
|
||||||
LZMA/LzmaDecompress.h \
|
LZMA/LzmaDecompress.h \
|
||||||
Tiano/EfiTianoDecompress.h \
|
Tiano/EfiTianoDecompress.h \
|
||||||
Tiano/EfiTianoCompress.h \
|
Tiano/EfiTianoCompress.h \
|
||||||
peimage.h
|
peimage.h
|
||||||
|
|
||||||
FORMS += uefitool.ui \
|
FORMS += uefitool.ui \
|
||||||
searchdialog.ui
|
searchdialog.ui
|
||||||
|
|
||||||
RC_FILE = uefitool.rc
|
RC_FILE = uefitool.rc
|
||||||
|
|
||||||
ICON = uefitool.icns
|
ICON = uefitool.icns
|
||||||
|
Loading…
Reference in New Issue
Block a user