2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
2013-10-02 17:52:45 +02:00
|
|
|
import QtcPlugin
|
2012-02-09 14:30:09 +01:00
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "QmlJSEditor"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt"; submodules: ["widgets", "script"] }
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Aggregation" }
|
|
|
|
|
Depends { name: "LanguageUtils" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
Depends { name: "QmlEditorWidgets" }
|
|
|
|
|
Depends { name: "QmlJS" }
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "QmlJSTools" }
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"jsfilewizard.cpp",
|
|
|
|
|
"jsfilewizard.h",
|
|
|
|
|
"qmlexpressionundercursor.cpp",
|
|
|
|
|
"qmlexpressionundercursor.h",
|
|
|
|
|
"qmlfilewizard.cpp",
|
|
|
|
|
"qmlfilewizard.h",
|
|
|
|
|
"qmljsautocompleter.cpp",
|
|
|
|
|
"qmljsautocompleter.h",
|
|
|
|
|
"qmljscompletionassist.cpp",
|
|
|
|
|
"qmljscompletionassist.h",
|
|
|
|
|
"qmljscomponentfromobjectdef.cpp",
|
|
|
|
|
"qmljscomponentfromobjectdef.h",
|
|
|
|
|
"qmljscomponentnamedialog.cpp",
|
|
|
|
|
"qmljscomponentnamedialog.h",
|
|
|
|
|
"qmljscomponentnamedialog.ui",
|
|
|
|
|
"qmljseditor.cpp",
|
|
|
|
|
"qmljseditor.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"qmljseditor.qrc",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmljseditor_global.h",
|
|
|
|
|
"qmljseditorconstants.h",
|
2014-01-23 14:00:21 +01:00
|
|
|
"qmljseditordocument.cpp",
|
|
|
|
|
"qmljseditordocument.h",
|
2014-01-23 15:28:06 +01:00
|
|
|
"qmljseditordocument_p.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmljseditoreditable.cpp",
|
|
|
|
|
"qmljseditoreditable.h",
|
|
|
|
|
"qmljseditorfactory.cpp",
|
|
|
|
|
"qmljseditorfactory.h",
|
|
|
|
|
"qmljseditorplugin.cpp",
|
|
|
|
|
"qmljseditorplugin.h",
|
|
|
|
|
"qmljsfindreferences.cpp",
|
|
|
|
|
"qmljsfindreferences.h",
|
|
|
|
|
"qmljshighlighter.cpp",
|
|
|
|
|
"qmljshighlighter.h",
|
2013-08-14 13:52:13 +02:00
|
|
|
"qmljshighlighterfactory.cpp",
|
|
|
|
|
"qmljshighlighterfactory.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmljshoverhandler.cpp",
|
|
|
|
|
"qmljshoverhandler.h",
|
|
|
|
|
"qmljsoutline.cpp",
|
|
|
|
|
"qmljsoutline.h",
|
|
|
|
|
"qmljsoutlinetreeview.cpp",
|
|
|
|
|
"qmljsoutlinetreeview.h",
|
|
|
|
|
"qmljspreviewrunner.cpp",
|
|
|
|
|
"qmljspreviewrunner.h",
|
|
|
|
|
"qmljsquickfix.cpp",
|
|
|
|
|
"qmljsquickfix.h",
|
|
|
|
|
"qmljsquickfixassist.cpp",
|
|
|
|
|
"qmljsquickfixassist.h",
|
|
|
|
|
"qmljsquickfixes.cpp",
|
|
|
|
|
"qmljsreuse.cpp",
|
|
|
|
|
"qmljsreuse.h",
|
|
|
|
|
"qmljssemantichighlighter.cpp",
|
|
|
|
|
"qmljssemantichighlighter.h",
|
|
|
|
|
"qmljssemanticinfoupdater.cpp",
|
|
|
|
|
"qmljssemanticinfoupdater.h",
|
|
|
|
|
"qmljssnippetprovider.cpp",
|
|
|
|
|
"qmljssnippetprovider.h",
|
|
|
|
|
"qmljswrapinloader.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"qmljswrapinloader.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmloutlinemodel.cpp",
|
|
|
|
|
"qmloutlinemodel.h",
|
|
|
|
|
"qmltaskmanager.cpp",
|
|
|
|
|
"qmltaskmanager.h",
|
|
|
|
|
"quicktoolbar.cpp",
|
|
|
|
|
"quicktoolbar.h",
|
|
|
|
|
"quicktoolbarsettingspage.cpp",
|
|
|
|
|
"quicktoolbarsettingspage.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"quicktoolbarsettingspage.ui",
|
|
|
|
|
"images/qmlfile.png",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
2012-06-04 16:13:56 +02:00
|
|
|
|
2013-05-24 15:58:33 +02:00
|
|
|
Export {
|
2012-06-04 16:13:56 +02:00
|
|
|
Depends { name: "QmlJSTools" }
|
|
|
|
|
}
|
2012-02-09 14:30:09 +01:00
|
|
|
}
|