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

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

parent a279763f
...@@ -13,7 +13,7 @@ CONFIG += staticlib ...@@ -13,7 +13,7 @@ CONFIG += staticlib
CONFIG += c++11 CONFIG += c++11
############### destination path ############### ############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib DESTINATION_SDK_PATH = $$PWD/../../../../build/lib
# WINDOWS # WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{ win32:contains(QMAKE_TARGET.arch, x86_64):{
......
...@@ -15,7 +15,7 @@ CONFIG += building_hunspell ...@@ -15,7 +15,7 @@ CONFIG += building_hunspell
include($$PWD/hunspell.pri) include($$PWD/hunspell.pri)
############### destination path ############### ############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib DESTINATION_SDK_PATH = $$PWD/../../../../build/lib
# WINDOWS # WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{ win32:contains(QMAKE_TARGET.arch, x86_64):{
......
...@@ -15,7 +15,7 @@ DEFINES += HAVE_VA_COPY ...@@ -15,7 +15,7 @@ DEFINES += HAVE_VA_COPY
CONFIG += c++11 CONFIG += c++11
############### destination path ############### ############### destination path ###############
DESTINATION_SDK_PATH = $$PWD/../../../../SDK/lib DESTINATION_SDK_PATH = $$PWD/../../../../build/lib
# WINDOWS # WINDOWS
win32:contains(QMAKE_TARGET.arch, x86_64):{ 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