summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-12 22:29:32 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-13 20:17:44 +0200
commit7d0a7adede5166cf64ceb7b7826d2817d9f86e7d (patch)
tree705233a6ffdf0cc41a5906d5255798695ff1d601 /sync.profile
parent5a818d1e1e7f63c30ea00753397f5c9831c6c0d6 (diff)
Get assistant to compile against refactor
Give the source code a somewhat saner structure while I'm at it. Change-Id: I99766405debe231a0562dd623ba1d17f19333656 Reviewed-on: http://codereview.qt-project.org/4829 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile50
1 files changed, 5 insertions, 45 deletions
diff --git a/sync.profile b/sync.profile
index f89300826..e748d5ecc 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,6 @@
%modules = ( # path to module name map
- "QtCLucene" => "$basedir/src/assistant/lib/fulltextsearch",
- "QtHelp" => "$basedir/src/assistant/lib",
+ "QtCLucene" => "$basedir/src/assistant/clucene",
+ "QtHelp" => "$basedir/src/assistant/help",
"QtDesigner" => "$basedir/src/designer/src/lib",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
@@ -15,7 +15,6 @@
"xml" => "#include <QtXml/QtXml>\n",
"network" => "#include <QtNetwork/QtNetwork>\n",
"script" => "#include <QtScript/QtScript>\n",
- "qt3support" => "#include <Qt3Support/Qt3Support>\n",
"declarative" => "#include <QtDeclarative/QtDeclarative>\n",
"clucene" => "#include <QtCLucene/QtCLucene>\n",
"help" => "#include <QtHelp/QtHelp>\n",
@@ -27,47 +26,8 @@
"QtHelp" => "$basedir/modules/qt_help.pri",
"QtDesigner" => "$basedir/modules/qt_designer.pri",
);
-# Modules and programs, and their dependencies.
-# Each of the module version specifiers can take one of the following values:
-# - A specific Git revision.
-# - "LATEST_REVISION", to always test against the latest revision.
-# - "LATEST_RELEASE", to always test against the latest public release.
-# - "THIS_REPOSITORY", to indicate that the module is in this repository.
%dependencies = (
- "QtHelp" => {
- "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- },
- "linguist" => {
- "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtDesigner" => "THIS_REPOSITORY",
- "QtUiTools" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- },
- "designer" => {
- "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtDesigner" => "THIS_REPOSITORY",
- "QtScript" => "4d15ca64fc7ca81bdadba9fbeb84d4e98a6c0edc",
- "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- },
- "assistant" => {
- "QtWebKit" => "LATEST_REVISION",
- "QtHelp" => "THIS_REPOSITORY",
- "QtNetwork" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtSql" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- },
- "QtDesigner" => {
- "QtCore" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtGui" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- "QtScript" => "4d15ca64fc7ca81bdadba9fbeb84d4e98a6c0edc",
- "QtXml" => "0c637cb07ba3c9b353e7e483a209537485cc4e2a",
- },
+ "qtbase" => "refs/heads/master",
+ "qtsvg" => "refs/heads/master",
+ "qtxmlpatterns" => "refs/heads/master",
);