Build fixed

This commit is contained in:
Arin Alexander 2020-04-06 22:00:20 +03:00
parent e83f739bfd
commit 72824cfa6c
3 changed files with 3 additions and 6 deletions

View File

@ -133,7 +133,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc
LIMEREPORT_VERSION_MAJOR = 1
LIMEREPORT_VERSION_MINOR = 5
LIMEREPORT_VERSION_RELEASE = 46
LIMEREPORT_VERSION_RELEASE = 47
LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}'
DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\"

View File

@ -51,8 +51,6 @@ namespace LimeReport {
#define VARIABLE_IS_NOT_USED
#endif
Q_NAMESPACE
namespace Const{
int const DEFAULT_GRID_STEP = 1;
int const RESIZE_HANDLE_SIZE = 5;

View File

@ -51,7 +51,9 @@ namespace LimeReport {
#define VARIABLE_IS_NOT_USED
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
Q_NAMESPACE
#endif
namespace Const{
int const DEFAULT_GRID_STEP = 1;
@ -152,9 +154,6 @@ namespace Const{
typedef QStyleOptionViewItem StyleOptionViewItem;
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
Q_NAMESPACE
#endif
class Enums
{
public: