aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 0 insertions, 10 deletions
diff --git a/sync.profile b/sync.profile
index 2bfe12dd07..7ea3be040c 100644
--- a/sync.profile
+++ b/sync.profile
@@ -8,16 +8,6 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
"QtQmlDevTools" => "../qml/qml/parser",
);
-%classnames = (
- "qtqmlversion.h" => "QtQmlVersion",
-);
-%mastercontent = (
- "gui" => "#include <QtGui/QtGui>\n",
- "network" => "#include <QtNetwork/QtNetwork>\n",
- "testlib" => "#include <QtTest/QtTest>\n",
- "qml" => "#include <QtQml/QtQml>\n",
- "quick" => "#include <QtQuick/QtQuick>\n",
-);
%deprecatedheaders = (
"QtQml" => {
"QQmlImageProvider" => "QtQuick/QQuickImageProvider",