summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sync.profile b/sync.profile
deleted file mode 100644
index 44a85e829..000000000
--- a/sync.profile
+++ /dev/null
@@ -1,14 +0,0 @@
-%modules = ( # path to module name map
- "QtWebEngineQuick" => "$basedir/src/webenginequick",
- "QtWebEngineWidgets" => "$basedir/src/webenginewidgets",
- "QtWebEngineCore" => "$basedir/src/core/api",
- "QtPdf" => "$basedir/src/pdf",
- "QtPdfQuick" => "$basedir/src/pdfquick",
- "QtPdfWidgets" => "$basedir/src/pdfwidgets",
-);
-%moduleheaders = ( # restrict the module headers to those found in relative path
- "QtWebEngineQuick" => "api",
- "QtWebEngineWidgets" => "api"
-);
-%classnames = (
-);