Commit c31874fb authored by Oleg Korshul's avatar Oleg Korshul Committed by Alexander Trofimov

поправлен путь destination build

parent a279763f
......@@ -13,7 +13,7 @@ CONFIG += staticlib
CONFIG += c++11
############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib
DESTINATION_SDK_PATH = $$PWD/../../../../build/lib
# WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{
......
......@@ -15,7 +15,7 @@ CONFIG += building_hunspell
include($$PWD/hunspell.pri)
############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib
DESTINATION_SDK_PATH = $$PWD/../../../../build/lib
# WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{
......
......@@ -15,7 +15,7 @@ DEFINES += HAVE_VA_COPY
CONFIG += c++11
############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib
DESTINATION_SDK_PATH = $$PWD/../../../../build/lib
# WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment