aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/git.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r--src/plugins/git/git.pro12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro
index fa87f66d3d8..0ef64c74bb3 100644
--- a/src/plugins/git/git.pro
+++ b/src/plugins/git/git.pro
@@ -22,7 +22,9 @@ HEADERS += gitplugin.h \
branchmodel.h \
gitcommand.h \
clonewizard.h \
- clonewizardpage.h
+ clonewizardpage.h \
+ stashdialog.h \
+ gitutils.h
SOURCES += gitplugin.cpp \
gitclient.cpp \
changeselectiondialog.cpp \
@@ -38,11 +40,13 @@ SOURCES += gitplugin.cpp \
branchmodel.cpp \
gitcommand.cpp \
clonewizard.cpp \
- clonewizardpage.cpp
+ clonewizardpage.cpp \
+ stashdialog.cpp \
+ gitutils.cpp
FORMS += changeselectiondialog.ui \
settingspage.ui \
gitsubmitpanel.ui \
- branchdialog.ui
-
+ branchdialog.ui \
+ stashdialog.ui
OTHER_FILES += ScmGit.pluginspec
include(gitorious/gitorious.pri)