2013-01-14 23:11:10 +04:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
|
|
|
|
DEFINES += \
|
2013-05-07 15:51:51 +02:00
|
|
|
PYTHONEDITOR_LIBRARY
|
2013-01-14 23:11:10 +04:00
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
pythoneditorplugin.qrc
|
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
pythoneditorplugin.h \
|
|
|
|
|
pythoneditor.h \
|
|
|
|
|
pythoneditorconstants.h \
|
|
|
|
|
tools/pythonhighlighter.h \
|
|
|
|
|
tools/pythonindenter.h \
|
|
|
|
|
tools/lexical/pythonformattoken.h \
|
|
|
|
|
tools/lexical/pythonscanner.h \
|
|
|
|
|
tools/lexical/sourcecodestream.h
|
|
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
pythoneditorplugin.cpp \
|
|
|
|
|
pythoneditor.cpp \
|
|
|
|
|
tools/pythonhighlighter.cpp \
|
|
|
|
|
tools/pythonindenter.cpp \
|
|
|
|
|
tools/lexical/pythonscanner.cpp
|