mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 16:39:07 +03:00
Move build location from project source top dir to qmake top build dir
This commit is contained in:
@@ -24,7 +24,12 @@ CONFIG(release, debug|release){
|
||||
BUILD_TYPE = debug
|
||||
}
|
||||
|
||||
BUILD_DIR = $$PWD/build/$${QT_VERSION}
|
||||
isEmpty(TOP_BUILD_DIR) {
|
||||
BUILD_DIR = $${OUT_PWD}/build/$${QT_VERSION}
|
||||
}else{
|
||||
BUILD_DIR = $${TOP_BUILD_DIR}/build/$${QT_VERSION}
|
||||
}
|
||||
|
||||
DEST_INCLUDE_DIR = $$PWD/include
|
||||
unix{
|
||||
ARCH_DIR = $${OUT_PWD}/unix
|
||||
|
Reference in New Issue
Block a user