From e19ad8eab21179d7748230b1e1e270cdf18128cf Mon Sep 17 00:00:00 2001
From: Orgad Shaneh <orgads@gmail.com>
Date: Wed, 2 May 2012 16:33:05 +0300
Subject: [PATCH] Git: Cleanup qbs and add resetdialog files

Change-Id: Ie580a8ca9f5e50ca07cbbaf12f216ce3c1af89b4
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
---
 src/plugins/git/git.qbs | 56 +++++++++++++++++++++--------------------
 1 file changed, 29 insertions(+), 27 deletions(-)

diff --git a/src/plugins/git/git.qbs b/src/plugins/git/git.qbs
index 91a9d3998df..8f61ffb9b64 100644
--- a/src/plugins/git/git.qbs
+++ b/src/plugins/git/git.qbs
@@ -79,39 +79,41 @@ QtcPlugin {
     ]
 
     Group {
+        prefix: "gitorious/"
         files: [
-        "gitorious/gitorioushostwidget.ui",
-        "gitorious/gitoriousprojectwidget.ui",
-        "gitorious/gitoriousrepositorywizardpage.ui",
-        "gitorious/gitorious.cpp",
-        "gitorious/gitorious.h",
-        "gitorious/gitoriousclonewizard.cpp",
-        "gitorious/gitoriousclonewizard.h",
-        "gitorious/gitorioushostwidget.cpp",
-        "gitorious/gitorioushostwidget.h",
-        "gitorious/gitorioushostwizardpage.cpp",
-        "gitorious/gitorioushostwizardpage.h",
-        "gitorious/gitoriousprojectwidget.cpp",
-        "gitorious/gitoriousprojectwidget.h",
-        "gitorious/gitoriousprojectwizardpage.cpp",
-        "gitorious/gitoriousprojectwizardpage.h",
-        "gitorious/gitoriousrepositorywizardpage.cpp",
-        "gitorious/gitoriousrepositorywizardpage.h"
+            "gitorioushostwidget.ui",
+            "gitoriousprojectwidget.ui",
+            "gitoriousrepositorywizardpage.ui",
+            "gitorious.cpp",
+            "gitorious.h",
+            "gitoriousclonewizard.cpp",
+            "gitoriousclonewizard.h",
+            "gitorioushostwidget.cpp",
+            "gitorioushostwidget.h",
+            "gitorioushostwizardpage.cpp",
+            "gitorioushostwizardpage.h",
+            "gitoriousprojectwidget.cpp",
+            "gitoriousprojectwidget.h",
+            "gitoriousprojectwizardpage.cpp",
+            "gitoriousprojectwizardpage.h",
+            "gitoriousrepositorywizardpage.cpp",
+            "gitoriousrepositorywizardpage.h"
         ]
     }
 
     Group {
+        prefix: "gerrit/"
         files: [
-        "gerrit/gerritdialog.cpp",
-        "gerrit/gerritdialog.h",
-        "gerrit/gerritmodel.cpp",
-        "gerrit/gerritmodel.h",
-        "gerrit/gerritoptionspage.cpp",
-        "gerrit/gerritoptionspage.h",
-        "gerrit/gerritparameters.cpp",
-        "gerrit/gerritparameters.h",
-        "gerrit/gerritplugin.cpp",
-        "gerrit/gerritplugin.h"
+            "gerritdialog.cpp",
+            "gerritdialog.h",
+            "gerritmodel.cpp",
+            "gerritmodel.h",
+            "gerritoptionspage.cpp",
+            "gerritoptionspage.h",
+            "gerritparameters.cpp",
+            "gerritparameters.h",
+            "gerritplugin.cpp",
+            "gerritplugin.h"
         ]
     }
 }
-- 
GitLab