From 7d0a7adede5166cf64ceb7b7826d2817d9f86e7d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Mon, 12 Sep 2011 22:29:32 +0200 Subject: 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 --- sync.profile | 50 +++++--------------------------------------------- 1 file changed, 5 insertions(+), 45 deletions(-) (limited to 'sync.profile') 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 \n", "network" => "#include \n", "script" => "#include \n", - "qt3support" => "#include \n", "declarative" => "#include \n", "clucene" => "#include \n", "help" => "#include \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", ); -- cgit v1.2.3