From 4664835c9dfa6f91d6c6080f91c3825118d60e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= <simo.falt@digia.com> Date: Tue, 19 Mar 2013 09:49:45 +0200 Subject: [PATCH] Qtqa: Renaming QtDesktopComponents to QtQuickControls Change-Id: Ibd8aabf9564baabdd53aafb620e41e8977f9d76c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> --- scripts/jenkins/ci.cfg | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/scripts/jenkins/ci.cfg b/scripts/jenkins/ci.cfg index 0cb8d7ea..602d1d96 100644 --- a/scripts/jenkins/ci.cfg +++ b/scripts/jenkins/ci.cfg @@ -438,19 +438,14 @@ Enabled = 1 GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtwebkit" GerritBranch = release -[QtDesktopComponents_master_Integration] +[QtQuickControls_dev_Integration] Enabled = 1 -GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents" -GerritBranch = master - -[QtDesktopComponents_dev_Integration] -Enabled = 1 -GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents" +GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquickcontrols" GerritBranch = dev -[QtDesktopComponents_stable_Integration] +[QtQuickControls_stable_Integration] Enabled = 1 -GerritUrl = "ssh://codereview.qt-project.org:29418/playground/qtdesktopcomponents" +GerritUrl = "ssh://codereview.qt-project.org:29418/qt/qtquickcontrols" GerritBranch = stable [QtX11Extras_master_Integration] -- GitLab