Git: Cleanup qbs and add resetdialog files

Change-Id: Ie580a8ca9f5e50ca07cbbaf12f216ce3c1af89b4
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Orgad Shaneh
2012-05-02 16:33:05 +03:00
committed by Christian Kandeler
parent 40f9c18a3b
commit e19ad8eab2

View File

@@ -79,39 +79,41 @@ QtcPlugin {
] ]
Group { Group {
prefix: "gitorious/"
files: [ files: [
"gitorious/gitorioushostwidget.ui", "gitorioushostwidget.ui",
"gitorious/gitoriousprojectwidget.ui", "gitoriousprojectwidget.ui",
"gitorious/gitoriousrepositorywizardpage.ui", "gitoriousrepositorywizardpage.ui",
"gitorious/gitorious.cpp", "gitorious.cpp",
"gitorious/gitorious.h", "gitorious.h",
"gitorious/gitoriousclonewizard.cpp", "gitoriousclonewizard.cpp",
"gitorious/gitoriousclonewizard.h", "gitoriousclonewizard.h",
"gitorious/gitorioushostwidget.cpp", "gitorioushostwidget.cpp",
"gitorious/gitorioushostwidget.h", "gitorioushostwidget.h",
"gitorious/gitorioushostwizardpage.cpp", "gitorioushostwizardpage.cpp",
"gitorious/gitorioushostwizardpage.h", "gitorioushostwizardpage.h",
"gitorious/gitoriousprojectwidget.cpp", "gitoriousprojectwidget.cpp",
"gitorious/gitoriousprojectwidget.h", "gitoriousprojectwidget.h",
"gitorious/gitoriousprojectwizardpage.cpp", "gitoriousprojectwizardpage.cpp",
"gitorious/gitoriousprojectwizardpage.h", "gitoriousprojectwizardpage.h",
"gitorious/gitoriousrepositorywizardpage.cpp", "gitoriousrepositorywizardpage.cpp",
"gitorious/gitoriousrepositorywizardpage.h" "gitoriousrepositorywizardpage.h"
] ]
} }
Group { Group {
prefix: "gerrit/"
files: [ files: [
"gerrit/gerritdialog.cpp", "gerritdialog.cpp",
"gerrit/gerritdialog.h", "gerritdialog.h",
"gerrit/gerritmodel.cpp", "gerritmodel.cpp",
"gerrit/gerritmodel.h", "gerritmodel.h",
"gerrit/gerritoptionspage.cpp", "gerritoptionspage.cpp",
"gerrit/gerritoptionspage.h", "gerritoptionspage.h",
"gerrit/gerritparameters.cpp", "gerritparameters.cpp",
"gerrit/gerritparameters.h", "gerritparameters.h",
"gerrit/gerritplugin.cpp", "gerritplugin.cpp",
"gerrit/gerritplugin.h" "gerritplugin.h"
] ]
} }
} }