.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>
This commit is contained in:
Daniel Teske
2013-05-28 16:21:35 +02:00
parent 4a2d602e36
commit f004619cfe
14 changed files with 20 additions and 1 deletions

View File

@@ -32,3 +32,5 @@ SOURCES = autotoolsprojectplugin.cpp\
makefileparserthread.cpp\ makefileparserthread.cpp\
makefileparser.cpp makefileparser.cpp
RESOURCES += autotoolsproject.qrc RESOURCES += autotoolsproject.qrc
OTHER_FILES += AutotoolsProject.mimetypes.xml

View File

@@ -12,6 +12,7 @@ QtcPlugin {
Depends { name: "CppTools" } Depends { name: "CppTools" }
files: [ files: [
"AutotoolsProject.mimetypes.xml",
"autogenstep.cpp", "autogenstep.cpp",
"autogenstep.h", "autogenstep.h",
"autoreconfstep.cpp", "autoreconfstep.cpp",

View File

@@ -35,3 +35,5 @@ FORMS += checkoutdialog.ui \
versionselector.ui versionselector.ui
RESOURCES += clearcase.qrc RESOURCES += clearcase.qrc
OTHER_FILES += ClearCase.mimetypes.xml

View File

@@ -17,6 +17,7 @@ QtcPlugin {
Depends { name: "Locator" } Depends { name: "Locator" }
files: [ files: [
"ClearCase.mimetypes.xml",
"activityselector.cpp", "activityselector.cpp",
"activityselector.h", "activityselector.h",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",

View File

@@ -26,3 +26,5 @@ SOURCES += annotationhighlighter.cpp \
FORMS += settingspage.ui FORMS += settingspage.ui
RESOURCES += cvs.qrc RESOURCES += cvs.qrc
OTHER_FILES += CVS.mimetypes.xml

View File

@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" } Depends { name: "Locator" }
files: [ files: [
"CVS.mimetypes.xml",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"annotationhighlighter.h", "annotationhighlighter.h",
"checkoutwizard.cpp", "checkoutwizard.cpp",

View File

@@ -26,4 +26,4 @@ SOURCES = genericproject.cpp \
RESOURCES += genericproject.qrc RESOURCES += genericproject.qrc
FORMS += genericmakestep.ui FORMS += genericmakestep.ui
OTHER_FILES += GenericProject.mimetypes.xml

View File

@@ -16,6 +16,7 @@ QtcPlugin {
Depends { name: "QtSupport" } Depends { name: "QtSupport" }
files: [ files: [
"GenericProject.mimetypes.xml",
"filesselectionwizardpage.cpp", "filesselectionwizardpage.cpp",
"filesselectionwizardpage.h", "filesselectionwizardpage.h",
"genericbuildconfiguration.cpp", "genericbuildconfiguration.cpp",

View File

@@ -32,3 +32,5 @@ FORMS += settingspage.ui \
submitpanel.ui submitpanel.ui
RESOURCES += perforce.qrc RESOURCES += perforce.qrc
OTHER_FILES += Perforce.mimetypes.xml

View File

@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" } Depends { name: "Locator" }
files: [ files: [
"Perforce.mimetypes.xml",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"annotationhighlighter.h", "annotationhighlighter.h",
"changenumberdialog.cpp", "changenumberdialog.cpp",

View File

@@ -15,3 +15,5 @@ resourcewizard.cpp \
resourceeditorw.cpp resourceeditorw.cpp
RESOURCES += resourceeditor.qrc RESOURCES += resourceeditor.qrc
OTHER_FILES += ResourceEditor.mimetypes.xml

View File

@@ -24,3 +24,5 @@ SOURCES += annotationhighlighter.cpp \
FORMS += settingspage.ui FORMS += settingspage.ui
RESOURCES += subversion.qrc RESOURCES += subversion.qrc
OTHER_FILES += Subversion.mimetypes.xml

View File

@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" } Depends { name: "Locator" }
files: [ files: [
"Subversion.mimetypes.xml",
"annotationhighlighter.cpp", "annotationhighlighter.cpp",
"annotationhighlighter.h", "annotationhighlighter.h",
"checkoutwizard.cpp", "checkoutwizard.cpp",

View File

@@ -71,3 +71,4 @@ FORMS += commonsettingspage.ui \
cleandialog.ui \ cleandialog.ui \
submiteditorwidget.ui submiteditorwidget.ui
OTHER_FILES += VcsBase.mimetypes.xml