Fix tvOS build
QIOSTextInputOverlay was excluded from build not member variable was not, leading to link errors Change-Id: Ia9c09c503decb596907a17dc8fe8fd0f8d5f657f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
34fd680802
commit
9fd407fc6a
@ -46,7 +46,9 @@
|
|||||||
|
|
||||||
#include "qiosapplicationstate.h"
|
#include "qiosapplicationstate.h"
|
||||||
#include "qiosfileenginefactory.h"
|
#include "qiosfileenginefactory.h"
|
||||||
|
#ifndef Q_OS_TVOS
|
||||||
#include "qiostextinputoverlay.h"
|
#include "qiostextinputoverlay.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
|
|
||||||
@ -111,7 +113,9 @@ private:
|
|||||||
QIOSServices *m_platformServices;
|
QIOSServices *m_platformServices;
|
||||||
mutable QPlatformAccessibility *m_accessibility;
|
mutable QPlatformAccessibility *m_accessibility;
|
||||||
QIOSFileEngineFactory m_fileEngineFactory;
|
QIOSFileEngineFactory m_fileEngineFactory;
|
||||||
|
#ifndef Q_OS_TVOS
|
||||||
QIOSTextInputOverlay m_textInputOverlay;
|
QIOSTextInputOverlay m_textInputOverlay;
|
||||||
|
#endif
|
||||||
|
|
||||||
bool m_debugWindowManagement;
|
bool m_debugWindowManagement;
|
||||||
};
|
};
|
||||||
@ -119,4 +123,3 @@ private:
|
|||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user