forked from qt-creator/qt-creator
Change-Id: I458b635986a55003a1e7254e27e2df9667704273 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
32 lines
609 B
Prolog
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
|