blob: 0e4ca944194c35d48a490e2fa788bb6dd8a1babb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
)
|