2013-01-14 23:11:10 +04:00
|
|
|
include(../../qtcreatorplugin.pri)
|
|
|
|
|
|
|
|
|
|
DEFINES += \
|
2019-07-15 12:50:29 +02:00
|
|
|
PYTHON_LIBRARY
|
2013-01-14 23:11:10 +04:00
|
|
|
|
|
|
|
|
HEADERS += \
|
2019-07-15 12:50:29 +02:00
|
|
|
pythonplugin.h \
|
2013-01-14 23:11:10 +04:00
|
|
|
pythoneditor.h \
|
2019-07-15 12:50:29 +02:00
|
|
|
pythonconstants.h \
|
2016-08-03 00:07:44 +02:00
|
|
|
pythonhighlighter.h \
|
|
|
|
|
pythonindenter.h \
|
|
|
|
|
pythonformattoken.h \
|
2019-07-22 14:39:01 +02:00
|
|
|
pythonproject.h \
|
|
|
|
|
pythonrunconfiguration.h \
|
2016-08-03 00:07:44 +02:00
|
|
|
pythonscanner.h \
|
2019-10-01 13:16:17 +02:00
|
|
|
pythonsettings.h \
|
|
|
|
|
pythonutils.h
|
2013-01-14 23:11:10 +04:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2019-07-15 12:50:29 +02:00
|
|
|
pythonplugin.cpp \
|
2013-01-14 23:11:10 +04:00
|
|
|
pythoneditor.cpp \
|
2016-08-03 00:07:44 +02:00
|
|
|
pythonhighlighter.cpp \
|
|
|
|
|
pythonindenter.cpp \
|
2019-07-22 14:39:01 +02:00
|
|
|
pythonproject.cpp \
|
|
|
|
|
pythonrunconfiguration.cpp \
|
2019-07-05 09:40:31 +02:00
|
|
|
pythonscanner.cpp \
|
2019-10-01 13:16:17 +02:00
|
|
|
pythonsettings.cpp \
|
|
|
|
|
pythonutils.cpp
|
2019-07-05 09:40:31 +02:00
|
|
|
|
|
|
|
|
RESOURCES += \
|
|
|
|
|
python.qrc
|