2013-01-14 23:11:10 +04:00
|
|
|
include(../../qtcreatorplugin.pri)
|
2013-03-25 18:07:18 +01:00
|
|
|
include(pythoneditor_dependencies.pri)
|
2013-01-14 23:11:10 +04:00
|
|
|
|
|
|
|
|
DEFINES += \
|
|
|
|
|
PYEDITOR_LIBRARY
|
|
|
|
|
|
|
|
|
|
OTHER_FILES += PythonEditor.pluginspec.in \
|
|
|
|
|
pythoneditor.mimetypes.xml
|
|
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
pythoneditorplugin.qrc
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
pythoneditor_global.h \
|
|
|
|
|
pythoneditorplugin.h \
|
|
|
|
|
pythoneditorfactory.h \
|
|
|
|
|
pythoneditor.h \
|
|
|
|
|
pythoneditorwidget.h \
|
|
|
|
|
pythoneditorconstants.h \
|
|
|
|
|
wizard/pythonfilewizard.h \
|
|
|
|
|
tools/pythonhighlighter.h \
|
|
|
|
|
tools/pythonindenter.h \
|
|
|
|
|
tools/lexical/pythonformattoken.h \
|
|
|
|
|
tools/lexical/pythonscanner.h \
|
|
|
|
|
tools/lexical/sourcecodestream.h
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
pythoneditorplugin.cpp \
|
|
|
|
|
pythoneditorfactory.cpp \
|
|
|
|
|
pythoneditor.cpp \
|
|
|
|
|
pythoneditorwidget.cpp \
|
|
|
|
|
wizard/pythonfilewizard.cpp \
|
|
|
|
|
tools/pythonhighlighter.cpp \
|
|
|
|
|
tools/pythonindenter.cpp \
|
|
|
|
|
tools/lexical/pythonscanner.cpp
|