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 \