From 39ab1e5f06fc6e8e3f998e0c9024d0440cdc69aa Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Fri, 6 Feb 2015 18:17:50 +0100 Subject: [PATCH] Update derivatives' pro files --- UEFIExtract/uefiextract.pro | 1 + UEFIFind/uefifind.pro | 1 + UEFIPatch/uefipatch.pro | 1 + 3 files changed, 3 insertions(+) diff --git a/UEFIExtract/uefiextract.pro b/UEFIExtract/uefiextract.pro index 86c2b40..bc72ff7 100644 --- a/UEFIExtract/uefiextract.pro +++ b/UEFIExtract/uefiextract.pro @@ -13,6 +13,7 @@ SOURCES += uefiextract_main.cpp \ ../descriptor.cpp \ ../ffs.cpp \ ../ffsengine.cpp \ + ../peimage.cpp \ ../treeitem.cpp \ ../treemodel.cpp \ ../LZMA/LzmaCompress.c \ diff --git a/UEFIFind/uefifind.pro b/UEFIFind/uefifind.pro index 6f9f12f..177c742 100644 --- a/UEFIFind/uefifind.pro +++ b/UEFIFind/uefifind.pro @@ -13,6 +13,7 @@ SOURCES += uefifind_main.cpp \ ../descriptor.cpp \ ../ffs.cpp \ ../ffsengine.cpp \ + ../peimage.cpp \ ../treeitem.cpp \ ../treemodel.cpp \ ../LZMA/LzmaCompress.c \ diff --git a/UEFIPatch/uefipatch.pro b/UEFIPatch/uefipatch.pro index c0a2c6e..5465b31 100644 --- a/UEFIPatch/uefipatch.pro +++ b/UEFIPatch/uefipatch.pro @@ -13,6 +13,7 @@ SOURCES += uefipatch_main.cpp \ ../descriptor.cpp \ ../ffs.cpp \ ../ffsengine.cpp \ + ../peimage.cpp \ ../treeitem.cpp \ ../treemodel.cpp \ ../LZMA/LzmaCompress.c \