summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 57ec30099..44a85e829 100644
--- a/sync.profile
+++ b/sync.profile
@@ -3,12 +3,12 @@
"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",
- "QtPdf" => "api"
+ "QtWebEngineWidgets" => "api"
);
%classnames = (
);