Streamline mimetypes.xml files

Change-Id: I4f2a28d4732ea496f574e5f51fb1e1633ebca99d
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Orgad Shaneh
2013-05-28 20:53:12 +03:00
committed by Orgad Shaneh
parent 67c3fed2c0
commit 029fd5a572
57 changed files with 20 additions and 72 deletions

View File

@@ -3,9 +3,6 @@ include(../../qtcreatorplugin.pri)
DEFINES += \
PYTHONEDITOR_LIBRARY
OTHER_FILES += \
pythoneditor.mimetypes.xml
RESOURCES += \
pythoneditorplugin.qrc

View File

@@ -15,7 +15,6 @@ QtcPlugin {
files: [
"pythoneditor.cpp",
"pythoneditor.h",
"pythoneditor.mimetypes.xml",
"pythoneditor_global.h",
"pythoneditorconstants.h",
"pythoneditorfactory.cpp",

View File

@@ -72,7 +72,7 @@ const char EN_PY_CPPMODULE_DESCRIPTION[] =
* MIME type
******************************************************************************/
const char C_PY_MIMETYPE[] = "text/x-python";
const char RC_PY_MIME_XML[] = ":/pythoneditor/pythoneditor.mimetypes.xml";
const char RC_PY_MIME_XML[] = ":/pythoneditor/PythonEditor.mimetypes.xml";
const char C_PY_MIME_ICON[] = "text-x-python";
} // namespace Constants

View File

@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/pythoneditor">
<file>pythoneditor.mimetypes.xml</file>
<file>PythonEditor.mimetypes.xml</file>
</qresource>
</RCC>