summaryrefslogtreecommitdiffstats
path: root/src/core/authentication_dialog_controller.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2021-02-10 10:32:52 +0100
committerMichal Klocek <michal.klocek@qt.io>2021-05-19 17:52:39 +0200
commite1e6e4c90071a7e4e7a12b9f529ca1da6d71e0c1 (patch)
tree3011da06323f6f4485baf75ede78b7076099d070 /src/core/authentication_dialog_controller.h
parent92dce39f771a75bf889ef780a1f631c43ddc502f (diff)
Add WebEngineWidgets, WebEngineQuick modules cmake build
Fix some library dependencies and make proper header includes in core. Task-number: QTBUG-91760 Change-Id: I415361dd42ef2cc39716ce3f5f56e6e8556ac4c8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/authentication_dialog_controller.h')
-rw-r--r--src/core/authentication_dialog_controller.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/authentication_dialog_controller.h b/src/core/authentication_dialog_controller.h
index 631a95c34..ef2f2c724 100644
--- a/src/core/authentication_dialog_controller.h
+++ b/src/core/authentication_dialog_controller.h
@@ -51,8 +51,7 @@
#ifndef AUTHENTICATION_DIALOG_CONTROLLER_H
#define AUTHENTICATION_DIALOG_CONTROLLER_H
-#include "qtwebenginecoreglobal_p.h"
-
+#include <QtWebEngineCore/private/qtwebenginecoreglobal_p.h>
#include <QObject>
namespace QtWebEngineCore {