From 1fedb2becfdea9f168e45a4ef614bb95fa401808 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sat, 11 Jan 2014 10:23:56 +0100 Subject: [PATCH] Untabify project file --- uefitool.pro | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/uefitool.pro b/uefitool.pro index 653235f..14823a2 100644 --- a/uefitool.pro +++ b/uefitool.pro @@ -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