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

@ -45,13 +45,7 @@ core_windows {
DESTDIR = $$CORE_BUILDS_BINARY_PATH
################################################
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lkernel -lgraphics -lUnicodeConverter
build_xp {
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH/xp -ldoctrenderer
} else {
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -ldoctrenderer
}
ADD_DEPENDENCY(graphics, kernel, UnicodeConverter, doctrenderer)
core_linux {
LIBS += -ldl