0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 16:39:07 +03:00

.qmake.cache has been removed

This commit is contained in:
Arin Alexander
2018-09-22 12:34:48 +03:00
parent 67b06a7c02
commit baa078494d
5 changed files with 7 additions and 22 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
}
@@ -30,12 +36,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