forked from qt-creator/qt-creator
Fix compilation without declarative backend
This commit is contained in:
@@ -504,7 +504,9 @@ private:
|
||||
|
||||
ObjectValue *_globalObject;
|
||||
ObjectValue *_mathObject;
|
||||
#ifndef NO_DECLARATIVE_BACKEND
|
||||
ObjectValue *_qmlKeysObject;
|
||||
#endif
|
||||
|
||||
NullValue _nullValue;
|
||||
UndefinedValue _undefinedValue;
|
||||
|
Reference in New Issue
Block a user