Go to the documentation of this file.
22 #define BPS_ORGANIZATION_NAME "IBK Software AG"
27 #define BPS_ORGANIZATION_DOMAIN "ibk-software.com"
32 #define BPS_APPLICATION_NAME "BPS2"
37 #define BPS_DESCRIPTION "Business Process System"
42 #define BPS_RELDATE "08.07.2024"
47 #define BPS_COPYRIGHT_YEARS "2010-2024"
52 #define BPS_COPYRIGHT_TEXT "Copyright(C) 2010-2024 IBK Software AG"
57 #define BPS_DATASTORE_LEVEL_MIN 2024007
62 #define BPS_DATASTORE_LEVEL_MAX 2024007
67 #define BPS_VERSION_MAJOR 2
72 #define BPS_VERSION_MINOR 24
77 #define BPS_VERSION_MICRO 7
82 #define BPS_VERSION_FIX 3
87 #define BPS_STRING0(tok) #tok
92 #define BPS_STRING(tok) BPS_STRING0(tok)
97 #define BPS_VERSION BPS_STRING(BPS_VERSION_MAJOR.BPS_VERSION_MINOR.BPS_VERSION_MICRO)
102 #define BPS_PRIVATE(Class) \
104 class Class##Private* prv_; \
105 friend class Class##Private;
110 #define BPS_PUBLIC(Class) \
119 #define bChar(aChar) QChar(aChar)
125 #define bStr(aStr) QString(aStr)
129 #if defined(Q_WS_WIN) && !defined(Q_OS_WIN)