summaryrefslogtreecommitdiff
path: root/src/plugins/git/git.pro
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-05-11 12:06:25 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2011-05-12 17:32:56 +0200
commit8966c27207113782e3e85cd4ee9a95205466dea0 (patch)
tree53f4a55f262d662149fd1ccd31aa58707dd8afbb /src/plugins/git/git.pro
parent1cf826fae41f10533d6267054e8b6736f17095f7 (diff)
downloadqt-creator-8966c27207113782e3e85cd4ee9a95205466dea0.tar.gz
Git: Add dialog to configure branches
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r--src/plugins/git/git.pro15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro
index 435519768a..f0ee631596 100644
--- a/src/plugins/git/git.pro
+++ b/src/plugins/git/git.pro
@@ -24,7 +24,10 @@ HEADERS += gitplugin.h \
clonewizard.h \
clonewizardpage.h \
stashdialog.h \
- gitutils.h
+ gitutils.h \
+ remotemodel.h \
+ remotedialog.h \
+
SOURCES += gitplugin.cpp \
gitclient.cpp \
changeselectiondialog.cpp \
@@ -42,12 +45,18 @@ SOURCES += gitplugin.cpp \
clonewizard.cpp \
clonewizardpage.cpp \
stashdialog.cpp \
- gitutils.cpp
+ gitutils.cpp \
+ remotemodel.cpp \
+ remotedialog.cpp \
+
FORMS += changeselectiondialog.ui \
settingspage.ui \
gitsubmitpanel.ui \
branchdialog.ui \
- stashdialog.ui
+ stashdialog.ui \
+ remotedialog.ui \
+ remoteadditiondialog.ui \
+
include(gitorious/gitorious.pri)
RESOURCES += \