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
20
uefitool.pro
20
uefitool.pro
@ -6,13 +6,13 @@ TEMPLATE = app
|
||||
|
||||
SOURCES += main.cpp \
|
||||
uefitool.cpp \
|
||||
searchdialog.cpp \
|
||||
searchdialog.cpp \
|
||||
descriptor.cpp \
|
||||
ffs.cpp \
|
||||
ffsengine.cpp \
|
||||
ffsengine.cpp \
|
||||
treeitem.cpp \
|
||||
treemodel.cpp \
|
||||
messagelistitem.cpp \
|
||||
messagelistitem.cpp \
|
||||
LZMA/LzmaCompress.c \
|
||||
LZMA/LzmaDecompress.c \
|
||||
LZMA/SDK/C/LzFind.c \
|
||||
@ -23,24 +23,24 @@ SOURCES += main.cpp \
|
||||
Tiano/TianoCompress.c
|
||||
|
||||
HEADERS += uefitool.h \
|
||||
searchdialog.h \
|
||||
searchdialog.h \
|
||||
basetypes.h \
|
||||
descriptor.h \
|
||||
gbe.h \
|
||||
me.h \
|
||||
gbe.h \
|
||||
me.h \
|
||||
ffs.h \
|
||||
ffsengine.h \
|
||||
ffsengine.h \
|
||||
treeitem.h \
|
||||
treemodel.h \
|
||||
messagelistitem.h \
|
||||
messagelistitem.h \
|
||||
LZMA/LzmaCompress.h \
|
||||
LZMA/LzmaDecompress.h \
|
||||
Tiano/EfiTianoDecompress.h \
|
||||
Tiano/EfiTianoCompress.h \
|
||||
peimage.h
|
||||
peimage.h
|
||||
|
||||
FORMS += uefitool.ui \
|
||||
searchdialog.ui
|
||||
searchdialog.ui
|
||||
|
||||
RC_FILE = uefitool.rc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user