summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sync.profile b/sync.profile
deleted file mode 100644
index 4cc549106..000000000
--- a/sync.profile
+++ /dev/null
@@ -1,12 +0,0 @@
-%modules = ( # path to module name map
- "QtWebEngine" => "$basedir/src/webengine",
- "QtWebEngineWidgets" => "$basedir/src/webenginewidgets",
- "QtWebEngineCore" => "$basedir/src/core",
-);
-%moduleheaders = ( # restrict the module headers to those found in relative path
- "QtWebEngine" => "api",
- "QtWebEngineWidgets" => "api",
- "QtWebEngineCore" => "api",
-);
-%classnames = (
-);