From 981795dee88a9cf7c88bad46c79237ba235a4233 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Thu, 17 Oct 2013 10:54:14 +0200 Subject: [PATCH] Update uefitool.pro --- uefitool.pro | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uefitool.pro b/uefitool.pro index 1f4b4e4..bc6a2a7 100644 --- a/uefitool.pro +++ b/uefitool.pro @@ -8,7 +8,7 @@ SOURCES += main.cpp \ uefitool.cpp \ descriptor.cpp \ ffs.cpp \ - ffsengine.cpp \ + ffsengine.cpp \ treeitem.cpp \ treemodel.cpp \ LZMA/LzmaCompress.c \ @@ -22,10 +22,10 @@ SOURCES += main.cpp \ HEADERS += uefitool.h \ basetypes.h \ descriptor.h \ - gbe.h \ - me.h \ + gbe.h \ + me.h \ ffs.h \ - ffsengine.h \ + ffsengine.h \ treeitem.h \ treeitemtypes.h \ treemodel.h \