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: "QmlJSTools"
|
|
|
|
|
|
2012-10-05 13:54:18 +02:00
|
|
|
Depends { name: "Qt"; submodules: ["script", "widgets"] }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "LanguageUtils" }
|
2012-03-15 13:42:07 +01:00
|
|
|
Depends { name: "CppTools" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "QmlJS" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
2012-04-18 12:06:10 +02:00
|
|
|
Depends { name: "QmlDebug" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "QtSupport" }
|
|
|
|
|
|
|
|
|
|
files: [
|
2013-05-29 14:04:33 +02:00
|
|
|
"QmlJSTools.mimetypes.xml",
|
2012-12-06 17:20:58 +01:00
|
|
|
"qmljsbundleprovider.cpp",
|
|
|
|
|
"qmljsbundleprovider.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"qmljscodestylepreferencesfactory.cpp",
|
|
|
|
|
"qmljscodestylepreferencesfactory.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmljscodestylesettingspage.cpp",
|
|
|
|
|
"qmljscodestylesettingspage.h",
|
|
|
|
|
"qmljscodestylesettingspage.ui",
|
|
|
|
|
"qmljsfindexportedcpptypes.cpp",
|
|
|
|
|
"qmljsfindexportedcpptypes.h",
|
|
|
|
|
"qmljsfunctionfilter.cpp",
|
|
|
|
|
"qmljsfunctionfilter.h",
|
|
|
|
|
"qmljsindenter.cpp",
|
|
|
|
|
"qmljsindenter.h",
|
|
|
|
|
"qmljslocatordata.cpp",
|
|
|
|
|
"qmljslocatordata.h",
|
|
|
|
|
"qmljsmodelmanager.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"qmljsmodelmanager.cpp",
|
|
|
|
|
"qmljsmodelmanager.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmljsmodelmanager.h",
|
|
|
|
|
"qmljsplugindumper.cpp",
|
|
|
|
|
"qmljsplugindumper.h",
|
|
|
|
|
"qmljsqtstylecodeformatter.cpp",
|
|
|
|
|
"qmljsqtstylecodeformatter.h",
|
|
|
|
|
"qmljsrefactoringchanges.cpp",
|
|
|
|
|
"qmljsrefactoringchanges.h",
|
2012-09-30 13:50:31 +02:00
|
|
|
"qmljssemanticinfo.cpp",
|
|
|
|
|
"qmljssemanticinfo.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"qmljstools_global.h",
|
|
|
|
|
"qmljstoolsconstants.h",
|
|
|
|
|
"qmljstoolsplugin.cpp",
|
|
|
|
|
"qmljstoolsplugin.h",
|
|
|
|
|
"qmljstoolssettings.cpp",
|
|
|
|
|
"qmljstoolssettings.h",
|
2012-10-04 14:54:59 +02:00
|
|
|
"qmlconsolemanager.cpp",
|
|
|
|
|
"qmlconsolemanager.h",
|
2012-10-05 13:54:18 +02:00
|
|
|
"qmlconsoleitemmodel.cpp",
|
2012-10-04 14:54:59 +02:00
|
|
|
"qmlconsoleitemmodel.h",
|
|
|
|
|
"qmlconsolepane.cpp",
|
|
|
|
|
"qmlconsolepane.h",
|
|
|
|
|
"qmlconsoleview.cpp",
|
|
|
|
|
"qmlconsoleview.h",
|
|
|
|
|
"qmlconsoleitemdelegate.cpp",
|
|
|
|
|
"qmlconsoleitemdelegate.h",
|
|
|
|
|
"qmlconsoleedit.cpp",
|
|
|
|
|
"qmlconsoleedit.h",
|
2012-10-08 12:24:13 +02:00
|
|
|
"qmlconsoleproxymodel.cpp",
|
|
|
|
|
"qmlconsoleproxymodel.h",
|
2012-10-04 14:54:59 +02:00
|
|
|
"qmljsinterpreter.cpp",
|
|
|
|
|
"qmljsinterpreter.h",
|
|
|
|
|
"qmljstools.qrc"
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
|
2012-09-05 11:01:43 +02:00
|
|
|
Group {
|
2013-06-06 09:08:16 +02:00
|
|
|
name: "Tests"
|
2013-09-05 17:24:24 +02:00
|
|
|
condition: project.testsEnabled
|
2012-09-05 11:01:43 +02:00
|
|
|
files: ["qmljstools_test.cpp"]
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-24 15:58:33 +02:00
|
|
|
Export {
|
2012-03-20 15:35:15 +01:00
|
|
|
Depends { name: "CppTools" }
|
2012-04-18 12:06:10 +02:00
|
|
|
Depends { name: "QmlDebug" }
|
2012-02-09 14:30:09 +01:00
|
|
|
}
|
|
|
|
|
}
|