0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Finish 1.4.104

# Conflicts:
#	limereport.pro
This commit is contained in:
Arin Alexander
2018-09-22 12:36:24 +03:00
5 changed files with 7 additions and 23 deletions

View File

@@ -1,7 +1,13 @@
!contains(CONFIG, config_build_dir){
isEmpty(TOP_BUILD_DIR) {
TOP_BUILD_DIR = $${PWD}
}
message(TOP_BUILD_DIR: $$TOP_BUILD_DIR)
#!contains(CONFIG, config_build_dir){
# TOP_BUILD_DIR = $${PWD}
#}
!contains(CONFIG, no_build_translations){
CONFIG += build_translations
}
@@ -73,12 +79,6 @@ CONFIG(release, debug|release){
BUILD_TYPE = debug
}
#isEmpty(TOP_BUILD_DIR) {
# BUILD_DIR = $${OUT_PWD}/build/$${QT_VERSION}
#}else{
# BUILD_DIR = $${TOP_BUILD_DIR}/build/$${QT_VERSION}
#}
BUILD_DIR = $${TOP_BUILD_DIR}/build/$${QT_VERSION}
DEST_INCLUDE_DIR = $$PWD/include