blob: ba8fee6464881d434dec929197aec2428babd640 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
include(../../qtcreatorplugin.pri)
DEFINES += \
PYTHONEDITOR_LIBRARY
HEADERS += \
pythoneditorplugin.h \
pythoneditor.h \
pythoneditorconstants.h \
pythonhighlighter.h \
pythonindenter.h \
pythonformattoken.h \
pythonscanner.h \
SOURCES += \
pythoneditorplugin.cpp \
pythoneditor.cpp \
pythonhighlighter.cpp \
pythonindenter.cpp \
pythonscanner.cpp
|