Allow configuring Qt without clipboard on Windows
Most feature guards were already in place, this commit adds the missing ones. Pick-to: 6.9 6.8 Fixes: QTBUG-135890 Change-Id: I1fbfad6552b2896d867a29134a2add693dbd136f Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
This commit is contained in:
parent
a66c73d95e
commit
4790a06b16
@ -2,7 +2,9 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
#include "qwindowsapplication.h"
|
||||
#if QT_CONFIG(clipboard)
|
||||
#include "qwindowsclipboard.h"
|
||||
#endif
|
||||
#include "qwindowscontext.h"
|
||||
#include "qwindowsmimeregistry.h"
|
||||
#include "qwin10helpers.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user