From a3854ad059c719696cf2fb132b88db08852ef0e2 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Thu, 19 Jun 2014 09:26:29 -0700 Subject: [PATCH] Update uefiextract.pro No need to make app bundle here --- UEFIExtract/uefiextract.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/UEFIExtract/uefiextract.pro b/UEFIExtract/uefiextract.pro index b6f7cb6..251b063 100644 --- a/UEFIExtract/uefiextract.pro +++ b/UEFIExtract/uefiextract.pro @@ -4,6 +4,7 @@ QT -= gui TARGET = UEFIExtract TEMPLATE = app CONFIG += console +CONFIG -= app_bundle DEFINES += _CONSOLE SOURCES += uefiextract_main.cpp \