forked from qt-creator/qt-creator
Conflicts: src/plugins/python/pipsupport.cpp src/plugins/qtsupport/exampleslistmodel.cpp src/plugins/qtsupport/examplesparser.cpp tests/auto/examples/tst_examples.cpp Change-Id: I00273622423fa99d41621969f6ecbbdaa0e18664
25 lines
822 B
CMake
25 lines
822 B
CMake
add_qtc_plugin(Python
|
|
DEPENDS QmlJS
|
|
PLUGIN_DEPENDS Core LanguageClient ProjectExplorer TextEditor
|
|
SOURCES
|
|
pipsupport.cpp pipsupport.h
|
|
pyside.cpp pyside.h
|
|
pysidebuildconfiguration.cpp pysidebuildconfiguration.h
|
|
pysideuicextracompiler.cpp pysideuicextracompiler.h
|
|
python.qrc
|
|
pythonconstants.h
|
|
pythoneditor.cpp pythoneditor.h
|
|
pythonformattoken.h
|
|
pythonhighlighter.cpp pythonhighlighter.h
|
|
pythonindenter.cpp pythonindenter.h
|
|
pythonlanguageclient.cpp pythonlanguageclient.h
|
|
pythonplugin.cpp pythonplugin.h
|
|
pythonproject.cpp pythonproject.h
|
|
pythonrunconfiguration.cpp pythonrunconfiguration.h
|
|
pythonscanner.cpp pythonscanner.h
|
|
pythonsettings.cpp pythonsettings.h
|
|
pythontr.h
|
|
pythonutils.cpp pythonutils.h
|
|
pythonwizardpage.cpp pythonwizardpage.h
|
|
)
|