0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 00:54:39 +03:00

Finish 1.4.106

This commit is contained in:
Arin Alexander 2018-11-10 23:48:13 +03:00
commit 22a4744504

View File

@ -1,5 +1,7 @@
isEmpty(TOP_BUILD_DIR) { #BINARY_RESULT_DIR = $${TOP_BUILD_DIR}
TOP_BUILD_DIR = $${PWD}
isEmpty(BINARY_RESULT_DIR) {
BINARY_RESULT_DIR = $${PWD}
} }
message(TOP_BUILD_DIR: $$TOP_BUILD_DIR) message(TOP_BUILD_DIR: $$TOP_BUILD_DIR)
@ -79,7 +81,7 @@ CONFIG(release, debug|release){
BUILD_TYPE = debug BUILD_TYPE = debug
} }
BUILD_DIR = $${TOP_BUILD_DIR}/build/$${QT_VERSION} BUILD_DIR = $${BINARY_RESULT_DIR}/build/$${QT_VERSION}
DEST_INCLUDE_DIR = $$PWD/include DEST_INCLUDE_DIR = $$PWD/include
unix{ unix{