include(../../qtcreatorplugin.pri) DEFINES += \ PYTHON_LIBRARY HEADERS += \ pythonplugin.h \ pythoneditor.h \ pythonconstants.h \ pythonhighlighter.h \ pythonindenter.h \ pythonformattoken.h \ pythonscanner.h \ SOURCES += \ pythonplugin.cpp \ pythoneditor.cpp \ pythonhighlighter.cpp \ pythonindenter.cpp \ pythonscanner.cpp