forked from qt-creator/qt-creator
.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:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -35,3 +35,5 @@ FORMS += checkoutdialog.ui \
|
|||||||
versionselector.ui
|
versionselector.ui
|
||||||
|
|
||||||
RESOURCES += clearcase.qrc
|
RESOURCES += clearcase.qrc
|
||||||
|
|
||||||
|
OTHER_FILES += ClearCase.mimetypes.xml
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -26,3 +26,5 @@ SOURCES += annotationhighlighter.cpp \
|
|||||||
FORMS += settingspage.ui
|
FORMS += settingspage.ui
|
||||||
|
|
||||||
RESOURCES += cvs.qrc
|
RESOURCES += cvs.qrc
|
||||||
|
|
||||||
|
OTHER_FILES += CVS.mimetypes.xml
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ SOURCES = genericproject.cpp \
|
|||||||
RESOURCES += genericproject.qrc
|
RESOURCES += genericproject.qrc
|
||||||
FORMS += genericmakestep.ui
|
FORMS += genericmakestep.ui
|
||||||
|
|
||||||
|
OTHER_FILES += GenericProject.mimetypes.xml
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -32,3 +32,5 @@ FORMS += settingspage.ui \
|
|||||||
submitpanel.ui
|
submitpanel.ui
|
||||||
|
|
||||||
RESOURCES += perforce.qrc
|
RESOURCES += perforce.qrc
|
||||||
|
|
||||||
|
OTHER_FILES += Perforce.mimetypes.xml
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -15,3 +15,5 @@ resourcewizard.cpp \
|
|||||||
resourceeditorw.cpp
|
resourceeditorw.cpp
|
||||||
|
|
||||||
RESOURCES += resourceeditor.qrc
|
RESOURCES += resourceeditor.qrc
|
||||||
|
|
||||||
|
OTHER_FILES += ResourceEditor.mimetypes.xml
|
||||||
|
|||||||
@@ -24,3 +24,5 @@ SOURCES += annotationhighlighter.cpp \
|
|||||||
FORMS += settingspage.ui
|
FORMS += settingspage.ui
|
||||||
|
|
||||||
RESOURCES += subversion.qrc
|
RESOURCES += subversion.qrc
|
||||||
|
|
||||||
|
OTHER_FILES += Subversion.mimetypes.xml
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -71,3 +71,4 @@ FORMS += commonsettingspage.ui \
|
|||||||
cleandialog.ui \
|
cleandialog.ui \
|
||||||
submiteditorwidget.ui
|
submiteditorwidget.ui
|
||||||
|
|
||||||
|
OTHER_FILES += VcsBase.mimetypes.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user