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

simplify DEST_BINS, DEST_LIBS

This commit is contained in:
newsages
2016-04-03 15:33:41 +02:00
parent 12824cee9a
commit abea99bd3f
5 changed files with 19 additions and 18 deletions

View File

@@ -12,7 +12,6 @@ CONFIG(release, debug|release){
BUILD_DIR = $$PWD/build/$${QT_VERSION}
DEST_INCLUDE_DIR = $$PWD/include
unix{
ARCH_DIR = $${OUT_PWD}/unix
ARCH_TYPE = unix
@@ -37,6 +36,9 @@ win32 {
ARCH_TYPE = win32
}
DEST_LIBS = $${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/lib
DEST_BINS = $${BUILD_DIR}/$${ARCH_TYPE}/$${BUILD_TYPE}/$${TARGET}
MOC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/moc
UI_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/ui
UI_HEADERS_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/ui