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
index 0d982913..72789c21 100644
--- a/sync.profile
+++ b/sync.profile
@@ -6,18 +6,8 @@
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
- "qtjsondbversion.h" => "QtJsonDbVersion",
"qjsondbglobal.h" => "QtJsonDbGlobal",
);
-%mastercontent = (
- "core" => "#include <QtCore/QtCore>\n",
- "network" => "#include <QtNetwork/QtNetwork>\n",
-);
-%modulepris = (
- "QtJsonDb" => "$basedir/modules/qt_jsondb.pri",
- "QtJsonDbPartition" => "$basedir/modules/qt_jsondbpartition.pri",
- "QtJsonDbCompat" => "$basedir/modules/qt_jsondbcompat.pri",
-);
$publicclassregexp = "QJsonDb.+";
# Module dependencies.
# Every module that is required to build this module should have one entry.
@@ -31,7 +21,3 @@ $publicclassregexp = "QJsonDb.+";
"qtjsbackend" => "refs/heads/master",
"qtxmlpatterns" => "refs/heads/master",
);
-%configtests = (
- "icu" => {},
- "libedit" => {}
-);