2019-05-12 22:20:56 +02:00
|
|
|
add_qtc_plugin(QmlJSEditor
|
2020-01-16 12:38:22 +01:00
|
|
|
DEPENDS LanguageUtils QmlJS QmlEditorWidgets
|
2022-09-28 11:16:49 +02:00
|
|
|
PLUGIN_DEPENDS Core ProjectExplorer QmlJSTools TextEditor LanguageClient
|
2019-05-12 22:20:56 +02:00
|
|
|
SOURCES
|
|
|
|
|
qmlexpressionundercursor.cpp qmlexpressionundercursor.h
|
2022-09-28 11:16:49 +02:00
|
|
|
qmllsclient.h qmllsclient.cpp
|
2019-05-12 22:20:56 +02:00
|
|
|
qmljsautocompleter.cpp qmljsautocompleter.h
|
|
|
|
|
qmljscompletionassist.cpp qmljscompletionassist.h
|
|
|
|
|
qmljscomponentfromobjectdef.cpp qmljscomponentfromobjectdef.h
|
2022-08-17 17:13:21 +02:00
|
|
|
qmljscomponentnamedialog.cpp qmljscomponentnamedialog.h
|
2024-06-20 08:44:26 +02:00
|
|
|
qmljseditorsettings.cpp qmljseditorsettings.h
|
2019-05-12 22:20:56 +02:00
|
|
|
qmljseditor.cpp qmljseditor.h
|
|
|
|
|
qmljseditor_global.h
|
2022-06-22 10:12:01 +02:00
|
|
|
qmljseditortr.h
|
2019-05-12 22:20:56 +02:00
|
|
|
qmljseditorconstants.h
|
|
|
|
|
qmljseditordocument.cpp qmljseditordocument.h qmljseditordocument_p.h
|
|
|
|
|
qmljseditorplugin.cpp qmljseditorplugin.h
|
|
|
|
|
qmljsfindreferences.cpp qmljsfindreferences.h
|
|
|
|
|
qmljshighlighter.cpp qmljshighlighter.h
|
|
|
|
|
qmljshoverhandler.cpp qmljshoverhandler.h
|
|
|
|
|
qmljsoutline.cpp qmljsoutline.h
|
|
|
|
|
qmljsoutlinetreeview.cpp qmljsoutlinetreeview.h
|
|
|
|
|
qmljsquickfix.cpp qmljsquickfix.h
|
|
|
|
|
qmljsquickfixassist.cpp qmljsquickfixassist.h
|
|
|
|
|
qmljsquickfixes.cpp
|
|
|
|
|
qmljsreuse.cpp qmljsreuse.h
|
|
|
|
|
qmljssemantichighlighter.cpp qmljssemantichighlighter.h
|
|
|
|
|
qmljssemanticinfoupdater.cpp qmljssemanticinfoupdater.h
|
|
|
|
|
qmljstextmark.cpp qmljstextmark.h
|
|
|
|
|
qmljswrapinloader.cpp qmljswrapinloader.h
|
|
|
|
|
qmloutlinemodel.cpp qmloutlinemodel.h
|
|
|
|
|
qmltaskmanager.cpp qmltaskmanager.h
|
|
|
|
|
quicktoolbar.cpp quicktoolbar.h
|
|
|
|
|
EXPLICIT_MOC qmljseditor.h
|
|
|
|
|
)
|