[win-nix] changed project settings

This commit is contained in:
Maxim Kadushkin
2018-08-01 14:34:14 +03:00
parent b9a82cf4d5
commit 6c9e6b977f
2 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,8 @@ linux-g++ {
}
win32 {
CONFIG -= debug_and_release debug_and_release_target
# CONFIG += updmodule
updmodule {
DEFINES += _UPDMODULE
@ -51,6 +53,8 @@ win32 {
CONFIG(debug, debug|release) {
LIBS += -L$$PWD/$$CORE_LIB_PATH/lib/$$PLATFORM_BUILD/debug -lascdocumentscore
LIBS += -L$$PWD/$$CORE_LIB_PATH/lib/$$PLATFORM_BUILD/debug -lkernel
LIBS += -L$$PWD/$$CORE_LIB_PATH/lib/$$PLATFORM_BUILD/debug
} else {
LIBS += -L$$PWD/$$CORE_LIB_PATH/lib/$$PLATFORM_BUILD -lascdocumentscore