diff options
author | Friedemann Kleint <[email protected]> | 2009-07-24 13:41:14 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-07-24 13:41:14 +0200 |
commit | b49d715a1c36e6b1a42866f04a85b31b39a8b893 (patch) | |
tree | a5f535aeffd442693ba25f9256a8668aa543cf1b /src/plugins/git/git.pro | |
parent | 00f7dd4586b54218b5eee1d62f04c7a451e9da84 (diff) |
Added a gitorious clone wizard.
... based on the git clone wizard. Provide a wizard for browsing
gitorious hosts.
Task-number: 44831
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index 618b7810b4e..86556815eb8 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -47,3 +47,4 @@ FORMS += changeselectiondialog.ui \ branchdialog.ui OTHER_FILES += ScmGit.pluginspec +include(gitorious/gitorious.pri) |