Files
qt-creator/src/plugins/python/python.pro
David Schulz c8ccfea225 Python: Switch pyls on interpreter change
Change-Id: I458b635986a55003a1e7254e27e2df9667704273
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
2019-10-18 05:23:10 +00:00

32 lines
609 B
Prolog

include(../../qtcreatorplugin.pri)
DEFINES += \
PYTHON_LIBRARY
HEADERS += \
pythonplugin.h \
pythoneditor.h \
pythonconstants.h \
pythonhighlighter.h \
pythonindenter.h \
pythonformattoken.h \
pythonproject.h \
pythonrunconfiguration.h \
pythonscanner.h \
pythonsettings.h \
pythonutils.h
SOURCES += \
pythonplugin.cpp \
pythoneditor.cpp \
pythonhighlighter.cpp \
pythonindenter.cpp \
pythonproject.cpp \
pythonrunconfiguration.cpp \
pythonscanner.cpp \
pythonsettings.cpp \
pythonutils.cpp
RESOURCES += \
python.qrc