summaryrefslogtreecommitdiff
path: root/src/plugins/cvs
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2013-05-28 16:21:35 +0200
committerDaniel Teske <daniel.teske@digia.com>2013-05-28 17:58:56 +0200
commitf004619cfe65375ab852eb02d5e37c2dcb44cae5 (patch)
tree26ee0e010c3f5538df4aad333dace565a9dd479a /src/plugins/cvs
parent4a2d602e366c7d820da93df84177ac4ac02546ce (diff)
downloadqt-creator-f004619cfe65375ab852eb02d5e37c2dcb44cae5.tar.gz
.pro and .qbs files: Consistently list .mimetypes.xml files
Change-Id: I37add98ad5b35b3d375fca721ed816124f3af7f4 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cvs')
-rw-r--r--src/plugins/cvs/cvs.pro2
-rw-r--r--src/plugins/cvs/cvs.qbs1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/cvs/cvs.pro b/src/plugins/cvs/cvs.pro
index 9ecb32b06e..9d32eabfda 100644
--- a/src/plugins/cvs/cvs.pro
+++ b/src/plugins/cvs/cvs.pro
@@ -26,3 +26,5 @@ SOURCES += annotationhighlighter.cpp \
FORMS += settingspage.ui
RESOURCES += cvs.qrc
+
+OTHER_FILES += CVS.mimetypes.xml
diff --git a/src/plugins/cvs/cvs.qbs b/src/plugins/cvs/cvs.qbs
index d89725f59d..90b7f91523 100644
--- a/src/plugins/cvs/cvs.qbs
+++ b/src/plugins/cvs/cvs.qbs
@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" }
files: [
+ "CVS.mimetypes.xml",
"annotationhighlighter.cpp",
"annotationhighlighter.h",
"checkoutwizard.cpp",