qtlite: Fix compilation of QWidgetLineControl when configured with no-feature-itemviews
Task-number: QTBUG-53141 Change-Id: I00d9d7fc43a4531c9213281f529b2d0f3164a5c6 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>bb10
parent
74118a4784
commit
56e00bf6c0
|
|
@ -44,7 +44,9 @@
|
|||
#endif
|
||||
#include "qclipboard.h"
|
||||
#include <private/qguiapplication_p.h>
|
||||
#if QT_CONFIG(completer)
|
||||
#include <private/qcompleter_p.h>
|
||||
#endif
|
||||
#include <qpa/qplatformtheme.h>
|
||||
#include <qstylehints.h>
|
||||
#ifndef QT_NO_ACCESSIBILITY
|
||||
|
|
|
|||
Loading…
Reference in New Issue