Update uefipatch.pro

Added explicit _CONSOLE definition
This commit is contained in:
Nikolaj Schlej 2014-06-19 06:18:59 +01:00
parent a22acf108e
commit e763f60804

View File

@ -4,6 +4,7 @@ QT -= gui
TARGET = UEFIPatch TARGET = UEFIPatch
TEMPLATE = app TEMPLATE = app
CONFIG += console CONFIG += console
DEFINES += _CONSOLE
SOURCES += uefipatch_main.cpp \ SOURCES += uefipatch_main.cpp \
uefipatch.cpp \ uefipatch.cpp \