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
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
pythoneditorplugin.h \
|
|
|
|
|
pythoneditor.h \
|
|
|
|
|
pythoneditorconstants.h \
|
2016-08-03 00:07:44 +02:00
|
|
|
pythonhighlighter.h \
|
|
|
|
|
pythonindenter.h \
|
|
|
|
|
pythonformattoken.h \
|
|
|
|
|
pythonscanner.h \
|
2013-01-14 23:11:10 +04:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
pythoneditorplugin.cpp \
|
|
|
|
|
pythoneditor.cpp \
|
2016-08-03 00:07:44 +02:00
|
|
|
pythonhighlighter.cpp \
|
|
|
|
|
pythonindenter.cpp \
|
|
|
|
|
pythonscanner.cpp
|