forked from qt-creator/qt-creator
Streamline mimetypes.xml files
Change-Id: I4f2a28d4732ea496f574e5f51fb1e1633ebca99d Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
67c3fed2c0
commit
029fd5a572
@@ -3,9 +3,6 @@ include(../../qtcreatorplugin.pri)
|
||||
DEFINES += \
|
||||
PYTHONEDITOR_LIBRARY
|
||||
|
||||
OTHER_FILES += \
|
||||
pythoneditor.mimetypes.xml
|
||||
|
||||
RESOURCES += \
|
||||
pythoneditorplugin.qrc
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ QtcPlugin {
|
||||
files: [
|
||||
"pythoneditor.cpp",
|
||||
"pythoneditor.h",
|
||||
"pythoneditor.mimetypes.xml",
|
||||
"pythoneditor_global.h",
|
||||
"pythoneditorconstants.h",
|
||||
"pythoneditorfactory.cpp",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/pythoneditor">
|
||||
<file>pythoneditor.mimetypes.xml</file>
|
||||
<file>PythonEditor.mimetypes.xml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user