mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-24 12:34:39 +03:00
Finish 1.4.106
This commit is contained in:
commit
6ad0b78e30
@ -1,5 +1,7 @@
|
||||
isEmpty(TOP_BUILD_DIR) {
|
||||
TOP_BUILD_DIR = $${PWD}
|
||||
#BINARY_RESULT_DIR = $${TOP_BUILD_DIR}
|
||||
|
||||
isEmpty(BINARY_RESULT_DIR) {
|
||||
BINARY_RESULT_DIR = $${PWD}
|
||||
}
|
||||
|
||||
message(TOP_BUILD_DIR: $$TOP_BUILD_DIR)
|
||||
@ -36,7 +38,7 @@ CONFIG(release, debug|release){
|
||||
BUILD_TYPE = debug
|
||||
}
|
||||
|
||||
BUILD_DIR = $${TOP_BUILD_DIR}/build/$${QT_VERSION}
|
||||
BUILD_DIR = $${BINARY_RESULT_DIR}/build/$${QT_VERSION}
|
||||
|
||||
DEST_INCLUDE_DIR = $$PWD/include
|
||||
unix{
|
||||
|
Loading…
Reference in New Issue
Block a user