Add frameworks build support

This commit is contained in:
Oleg Korshul
2019-12-05 18:15:23 +03:00
parent 3012252048
commit 26a9eda4ea
14 changed files with 30 additions and 48 deletions

View File

@ -14,9 +14,7 @@ PWD_ROOT_DIR = $$PWD
include(../Common/base.pri)
DEFINES += XPS_USE_DYNAMIC_LIBRARY
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lPdfWriter
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter -lkernel -lgraphics
ADD_DEPENDENCY(graphics, kernel, UnicodeConverter, PdfWriter)
core_windows {
LIBS += -lgdi32 \