forked from qt-creator/qt-creator
unify _LIBRARY defines
The _LIBRARY defines for plugins should consist of the plugin name plus the suffix _LIBRARY to make it possible to generate those automatically. Change-Id: Icafc9bce876d77521b47d815c94e7df6da061a51 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
@@ -2,7 +2,7 @@ include(../../qtcreatorplugin.pri)
|
||||
include(pythoneditor_dependencies.pri)
|
||||
|
||||
DEFINES += \
|
||||
PYEDITOR_LIBRARY
|
||||
PYTHONEDITOR_LIBRARY
|
||||
|
||||
OTHER_FILES += PythonEditor.pluginspec.in \
|
||||
pythoneditor.mimetypes.xml
|
||||
|
||||
Reference in New Issue
Block a user