diff options
author | dt <[email protected]> | 2009-04-22 15:06:58 +0200 |
---|---|---|
committer | dt <[email protected]> | 2009-04-22 15:06:58 +0200 |
commit | 8f738dfcc840bdf331993d4e62ca97e4a8ef3a0e (patch) | |
tree | bc4f591fb9e3185c37ba1b247c1c18497e645ab2 /src/plugins/git/git.pro | |
parent | 8f22417244c2683b7c8bd6c64a7501ab7efe0b72 (diff) |
Add the *.pluginspec to OTHER_FILES so that we can use Locator for them
Hopefully i didn't miss a plugin.
Diffstat (limited to 'src/plugins/git/git.pro')
-rw-r--r-- | src/plugins/git/git.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/git/git.pro b/src/plugins/git/git.pro index 2bd1d00d9c4..c038852a2dc 100644 --- a/src/plugins/git/git.pro +++ b/src/plugins/git/git.pro @@ -41,3 +41,5 @@ FORMS += changeselectiondialog.ui \ settingspage.ui \ gitsubmitpanel.ui \ branchdialog.ui + +OTHER_FILES += ScmGit.pluginspec |