Remove not required defines

This commit is contained in:
Oleg Korshul
2018-04-19 17:50:31 +03:00
parent 684d697cae
commit 4acefb020f
9 changed files with 1 additions and 16 deletions

View File

@ -16,8 +16,6 @@ CORE_ROOT_DIR = $$PWD/../..
PWD_ROOT_DIR = $$PWD
include(../../Common/base.pri)
DEFINES += KERNEL_USE_DYNAMIC_LIBRARY
DEFINES += GRAPHICS_USE_DYNAMIC_LIBRARY
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter -lkernel -lgraphics
include(../../Common/3dParty/v8/v8.pri)