summaryrefslogtreecommitdiffstats
path: root/src/core/api/core_api.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-08-27 15:25:30 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-11-20 10:47:15 +0100
commit50218deafeb52419bb45a451bbecf4819dd3ed39 (patch)
treee59ea7d17b3b7db1397fb6d05b3c3baf736bd0a9 /src/core/api/core_api.pro
parentc8418581e5f2c492ccdac7951ed648d78357f979 (diff)
Move profile from widgets to core
This just moves class to core. Task-nmuber: QTBUG-74585 Change-Id: Id046eee21043f086f5f45727bc3ce7c965695b7c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/api/core_api.pro')
-rw-r--r--src/core/api/core_api.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/api/core_api.pro b/src/core/api/core_api.pro
index c2909d6f0..ce9f840ba 100644
--- a/src/core/api/core_api.pro
+++ b/src/core/api/core_api.pro
@@ -59,7 +59,9 @@ HEADERS = \
qwebenginesettings.h \
qwebenginescript.h \
qwebenginescriptcollection.h \
- qwebenginescriptcollection_p.h
+ qwebenginescriptcollection_p.h \
+ qwebengineprofile.h \
+ qwebengineprofile_p.h
SOURCES = \
qtwebenginecoreglobal.cpp \
@@ -81,7 +83,8 @@ SOURCES = \
qwebenginedownloadrequest.cpp \
qwebenginesettings.cpp \
qwebenginescript.cpp \
- qwebenginescriptcollection.cpp
+ qwebenginescriptcollection.cpp \
+ qwebengineprofile.cpp
# Chromium headers included are not remotely clean
CONFIG -= warning_clean