From 01777e8fcb4ca2e16bfa05c914cfdbcccf132bc9 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 11 May 2018 15:41:50 +0200 Subject: Update export symbols for webenginecore module Use own WEBENGINECORE_EXPORT define, mark most headers private and use WEBENGINECORE_PRIVATE_EXPORT for it. For sanity, add "WARNING" as for private headers even though they are never installed. Change-Id: I523d28c1d00217f48bc63dabf138dd3a7eb482d4 Reviewed-by: Kai Koehne --- src/core/process_main.h | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/core/process_main.h') diff --git a/src/core/process_main.h b/src/core/process_main.h index 890bf5a85..d171828d5 100644 --- a/src/core/process_main.h +++ b/src/core/process_main.h @@ -37,10 +37,21 @@ ** ****************************************************************************/ -#include "qtwebenginecoreglobal.h" +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + +#include namespace QtWebEngine { -QWEBENGINE_EXPORT int processMain(int argc, const char **argv); +QWEBENGINECORE_PRIVATE_EXPORT int processMain(int argc, const char **argv); } // namespace -- cgit v1.2.3