Skip to content
Snippets Groups Projects
Commit f004619c authored by Daniel Teske's avatar Daniel Teske
Browse files

.pro and .qbs files: Consistently list .mimetypes.xml files


Change-Id: I37add98ad5b35b3d375fca721ed816124f3af7f4
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
parent 4a2d602e
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 1 deletion
......@@ -32,3 +32,5 @@ SOURCES = autotoolsprojectplugin.cpp\
makefileparserthread.cpp\
makefileparser.cpp
RESOURCES += autotoolsproject.qrc
OTHER_FILES += AutotoolsProject.mimetypes.xml
......@@ -12,6 +12,7 @@ QtcPlugin {
Depends { name: "CppTools" }
files: [
"AutotoolsProject.mimetypes.xml",
"autogenstep.cpp",
"autogenstep.h",
"autoreconfstep.cpp",
......
......@@ -35,3 +35,5 @@ FORMS += checkoutdialog.ui \
versionselector.ui
RESOURCES += clearcase.qrc
OTHER_FILES += ClearCase.mimetypes.xml
......@@ -17,6 +17,7 @@ QtcPlugin {
Depends { name: "Locator" }
files: [
"ClearCase.mimetypes.xml",
"activityselector.cpp",
"activityselector.h",
"annotationhighlighter.cpp",
......
......@@ -26,3 +26,5 @@ SOURCES += annotationhighlighter.cpp \
FORMS += settingspage.ui
RESOURCES += cvs.qrc
OTHER_FILES += CVS.mimetypes.xml
......@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" }
files: [
"CVS.mimetypes.xml",
"annotationhighlighter.cpp",
"annotationhighlighter.h",
"checkoutwizard.cpp",
......
......@@ -26,4 +26,4 @@ SOURCES = genericproject.cpp \
RESOURCES += genericproject.qrc
FORMS += genericmakestep.ui
OTHER_FILES += GenericProject.mimetypes.xml
......@@ -16,6 +16,7 @@ QtcPlugin {
Depends { name: "QtSupport" }
files: [
"GenericProject.mimetypes.xml",
"filesselectionwizardpage.cpp",
"filesselectionwizardpage.h",
"genericbuildconfiguration.cpp",
......
......@@ -32,3 +32,5 @@ FORMS += settingspage.ui \
submitpanel.ui
RESOURCES += perforce.qrc
OTHER_FILES += Perforce.mimetypes.xml
......@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" }
files: [
"Perforce.mimetypes.xml",
"annotationhighlighter.cpp",
"annotationhighlighter.h",
"changenumberdialog.cpp",
......
......@@ -15,3 +15,5 @@ resourcewizard.cpp \
resourceeditorw.cpp
RESOURCES += resourceeditor.qrc
OTHER_FILES += ResourceEditor.mimetypes.xml
......@@ -24,3 +24,5 @@ SOURCES += annotationhighlighter.cpp \
FORMS += settingspage.ui
RESOURCES += subversion.qrc
OTHER_FILES += Subversion.mimetypes.xml
......@@ -13,6 +13,7 @@ QtcPlugin {
Depends { name: "Locator" }
files: [
"Subversion.mimetypes.xml",
"annotationhighlighter.cpp",
"annotationhighlighter.h",
"checkoutwizard.cpp",
......
......@@ -71,3 +71,4 @@ FORMS += commonsettingspage.ui \
cleandialog.ui \
submiteditorwidget.ui
OTHER_FILES += VcsBase.mimetypes.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment