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

logical Structure folders

This commit is contained in:
newsages
2016-03-27 21:02:58 +02:00
parent 61672e3b7a
commit 7d6d7d39c8
6 changed files with 88 additions and 130 deletions

View File

@@ -1,8 +1,34 @@
#CONFIG += build_translations
#CONFIG += zint
#ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
CONFIG += build_translations
CONFIG += zint
ZINT_PATH = $$PWD/3rdparty/zint-2.4.4
CONFIG(release, debug|release){
message(Release)
BUILD_TYPE = release
}else{
message(Debug)
BUILD_TYPE = debug
}
BUILD_DIR = $$PWD/build/$${QT_VERSION}
unix:!macx {
ARCH_DIR = $${OUT_PWD}/unix
}
win32 {
ARCH_DIR = $${OUT_PWD}/win32
}
macx{
ARCH_DIR = $${OUT_PWD}/macx
}
MOC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/moc
UI_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/ui
UI_HEADERS_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/ui
UI_SOURCES_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/ui
OBJECTS_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/obj
RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc
LIMEREPORT_VERSION_MAJOR = 1
LIMEREPORT_VERSION_MINOR = 3
LIMEREPORT_VERSION_RELEASE = 10