From 44f23572e7a53ba510dba5925cf32ec2061882cc Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Tue, 23 Mar 2021 15:12:30 +0100 Subject: Switch builds to cmake * move the sync profile, so we can sync headers for the libs project * update dependencies * add coin module config * extend timeout for build * bump version to 6.2 * disable qmake build by deleting the main pro file * tweak product dependencies, cheat and point to even not merged change Task-number: QTBUG-91760 Change-Id: I02d6cda3a4ce09575ae993836b5089e1655401b9 Reviewed-by: Allan Sandfeld Jensen Reviewed-by: Qt CI Bot --- sync.profile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sync.profile (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile deleted file mode 100644 index b68bcd4bb..000000000 --- a/sync.profile +++ /dev/null @@ -1,15 +0,0 @@ -%modules = ( # path to module name map - "QtWebEngineQuick" => "$basedir/src/webenginequick", - "QtWebEngineWidgets" => "$basedir/src/webenginewidgets", - "QtWebEngineCore" => "$basedir/src/core", - "QtPdf" => "$basedir/src/pdf", - "QtPdfWidgets" => "$basedir/src/pdfwidgets", -); -%moduleheaders = ( # restrict the module headers to those found in relative path - "QtWebEngineQuick" => "api", - "QtWebEngineWidgets" => "api", - "QtWebEngineCore" => "api", - "QtPdf" => "api" -); -%classnames = ( -); -- cgit v1.2.3