2014-03-11 11:30:14 +01:00
|
|
|
import qbs 1.0
|
2013-01-14 23:11:10 +04:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
2019-07-15 12:50:29 +02:00
|
|
|
name: "Python"
|
2013-01-14 23:11:10 +04:00
|
|
|
|
2013-03-08 17:34:27 +01:00
|
|
|
Depends { name: "Qt.widgets" }
|
2020-09-21 19:39:24 +03:00
|
|
|
|
|
|
|
|
Depends { name: "QmlJS" }
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
2013-01-14 23:11:10 +04:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
2013-05-06 16:07:25 +02:00
|
|
|
Depends { name: "ProjectExplorer" }
|
2019-07-24 10:19:19 +02:00
|
|
|
Depends { name: "LanguageClient" }
|
2019-11-08 08:34:20 +01:00
|
|
|
Depends { name: "LanguageServerProtocol" }
|
2013-01-14 23:11:10 +04:00
|
|
|
|
2013-07-30 18:00:27 +02:00
|
|
|
Group {
|
|
|
|
|
name: "General"
|
|
|
|
|
files: [
|
2022-03-15 08:33:23 +01:00
|
|
|
"pipsupport.cpp",
|
|
|
|
|
"pipsupport.h",
|
2022-03-16 09:35:02 +01:00
|
|
|
"pyside.cpp",
|
|
|
|
|
"pyside.h",
|
2022-03-30 14:42:33 +02:00
|
|
|
"pysidebuildconfiguration.cpp",
|
|
|
|
|
"pysidebuildconfiguration.h",
|
2019-07-05 09:40:31 +02:00
|
|
|
"python.qrc",
|
2021-12-13 14:19:30 +01:00
|
|
|
"pythonconstants.h",
|
2019-07-22 14:39:01 +02:00
|
|
|
"pythoneditor.cpp",
|
|
|
|
|
"pythoneditor.h",
|
2021-12-13 14:19:30 +01:00
|
|
|
"pythonformattoken.h",
|
2019-07-22 14:39:01 +02:00
|
|
|
"pythonhighlighter.cpp",
|
2021-12-13 14:19:30 +01:00
|
|
|
"pythonhighlighter.h",
|
2019-07-22 14:39:01 +02:00
|
|
|
"pythonindenter.cpp",
|
|
|
|
|
"pythonindenter.h",
|
2021-12-13 14:19:30 +01:00
|
|
|
"pythonlanguageclient.cpp",
|
|
|
|
|
"pythonlanguageclient.h",
|
|
|
|
|
"pythonplugin.cpp",
|
|
|
|
|
"pythonplugin.h",
|
2019-07-22 14:39:01 +02:00
|
|
|
"pythonproject.cpp",
|
|
|
|
|
"pythonproject.h",
|
|
|
|
|
"pythonrunconfiguration.cpp",
|
|
|
|
|
"pythonrunconfiguration.h",
|
|
|
|
|
"pythonscanner.cpp",
|
2021-12-13 14:19:30 +01:00
|
|
|
"pythonscanner.h",
|
2019-07-22 14:39:01 +02:00
|
|
|
"pythonsettings.cpp",
|
|
|
|
|
"pythonsettings.h",
|
2019-10-01 13:16:17 +02:00
|
|
|
"pythonutils.cpp",
|
|
|
|
|
"pythonutils.h",
|
2013-07-30 18:00:27 +02:00
|
|
|
]
|
|
|
|
|
}
|
2013-01-14 23:11:10 +04:00
|
|
|
}
|