diff options
| author | Alexandru Croitor <[email protected]> | 2022-01-31 13:29:27 +0100 |
|---|---|---|
| committer | Qt Cherry-pick Bot <[email protected]> | 2022-02-01 11:26:42 +0000 |
| commit | 3afa428358c7b9680f5c230cef0e9e8f9012b671 (patch) | |
| tree | 4c8e2bdba599c99e58567226286c870e5c86ebc3 | |
| parent | 856af9a4c2b6922ea88f98799dc88849446f4685 (diff) | |
Don't include a qml header in library with no qml usage
Including the header causes issues when building Qt with Conan which
installs each repo into its own install directory.
The issue likely doesn't surface with a regular all-in-one install,
because the header is found via some indirect means.
Change-Id: I5640c1cb9aa34207d619362000c135d8e4e5d1ac
Reviewed-by: Christian Strømme <[email protected]>
(cherry picked from commit 69525249e10fbbb49503b9b39cc01cf3c263eb60)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
| -rw-r--r-- | src/webview/qwebview_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/qwebview_p.h b/src/webview/qwebview_p.h index 46754f8..46500f9 100644 --- a/src/webview/qwebview_p.h +++ b/src/webview/qwebview_p.h @@ -55,7 +55,6 @@ #include <QtCore/qurl.h> #include <QtCore/qvariant.h> #include <QtGui/qimage.h> -#include <QtQml/qjsvalue.h> QT_BEGIN_NAMESPACE |
