0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 00:33:02 +03:00

Qt 5.8+ build fixed

This commit is contained in:
Arin Alexander 2017-10-01 21:07:30 +03:00
parent 0539629c07
commit de618ebb58
2 changed files with 6 additions and 0 deletions

View File

@ -157,6 +157,9 @@ namespace Const{
typedef QScriptValue ScriptValueType;
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
Q_NAMESPACE
#endif
class Enums
{
public:

View File

@ -157,6 +157,9 @@ namespace Const{
typedef QScriptValue ScriptValueType;
#endif
#if QT_VERSION >= QT_VERSION_CHECK(5, 8, 0)
Q_NAMESPACE
#endif
class Enums
{
public: