Untabify project file

This commit is contained in:
Nikolaj Schlej 2014-01-11 10:23:56 +01:00
parent a764f15679
commit 1fedb2becf

View file

@ -6,13 +6,13 @@ TEMPLATE = app
SOURCES += main.cpp \
uefitool.cpp \
searchdialog.cpp \
searchdialog.cpp \
descriptor.cpp \
ffs.cpp \
ffsengine.cpp \
treeitem.cpp \
ffsengine.cpp \
treeitem.cpp \
treemodel.cpp \
messagelistitem.cpp \
messagelistitem.cpp \
LZMA/LzmaCompress.c \
LZMA/LzmaDecompress.c \
LZMA/SDK/C/LzFind.c \
@ -21,27 +21,27 @@ SOURCES += main.cpp \
Tiano/EfiTianoDecompress.c \
Tiano/EfiCompress.c \
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
ICON = uefitool.icns