diff options
author | Friedemann Kleint <[email protected]> | 2009-07-17 17:19:23 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2009-07-17 17:19:23 +0200 |
commit | 9f14b79cc609c878023b3d00bca0a6c8ce24283f (patch) | |
tree | 6fa61a382c0d13e00bf28002963057895f7eccbd /src/plugins/git/git.pro | |
parent | b799f32b967b9cb5a91631736ef5f035308beaa8 (diff) |
Add a clone wizard for version control (base classes + git/svn).
Task-number: 244831
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index 8b9a6171e88..618b7810b4e 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -21,7 +21,9 @@ HEADERS += gitplugin.h \ gitsettings.h \ branchdialog.h \ branchmodel.h \ - gitcommand.h + gitcommand.h \ + clonewizard.h \ + clonewizardpage.h SOURCES += gitplugin.cpp \ gitoutputwindow.cpp \ gitclient.cpp \ @@ -36,7 +38,9 @@ SOURCES += gitplugin.cpp \ gitsettings.cpp \ branchdialog.cpp \ branchmodel.cpp \ - gitcommand.cpp + gitcommand.cpp \ + clonewizard.cpp \ + clonewizardpage.cpp FORMS += changeselectiondialog.ui \ settingspage.ui \ gitsubmitpanel.ui \ |