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: "CMakeProjectManager"
|
|
|
|
|
|
2012-06-19 15:36:27 +08:00
|
|
|
Depends { name: "Qt.widgets" }
|
2014-02-10 13:02:33 +01:00
|
|
|
Depends { name: "Aggregation" }
|
|
|
|
|
Depends { name: "Utils" }
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "CppTools" }
|
2012-11-21 23:54:06 +02:00
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "TextEditor" }
|
2012-05-16 16:24:16 +02:00
|
|
|
Depends { name: "QtSupport" }
|
2012-02-09 14:30:09 +01:00
|
|
|
|
2013-03-26 16:58:50 +01:00
|
|
|
pluginRecommends: [
|
|
|
|
|
"Designer"
|
|
|
|
|
]
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
files: [
|
2013-05-28 20:53:12 +03:00
|
|
|
"CMakeProjectManager.mimetypes.xml",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakebuildconfiguration.cpp",
|
|
|
|
|
"cmakebuildconfiguration.h",
|
2013-07-22 15:53:57 +02:00
|
|
|
"cmakebuildinfo.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakeeditor.cpp",
|
|
|
|
|
"cmakeeditor.h",
|
|
|
|
|
"cmakeeditorfactory.cpp",
|
|
|
|
|
"cmakeeditorfactory.h",
|
2012-09-06 22:38:25 +08:00
|
|
|
"cmakefilecompletionassist.cpp",
|
|
|
|
|
"cmakefilecompletionassist.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakehighlighter.cpp",
|
|
|
|
|
"cmakehighlighter.h",
|
2013-08-14 13:52:13 +02:00
|
|
|
"cmakehighlighterfactory.cpp",
|
|
|
|
|
"cmakehighlighterfactory.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakelocatorfilter.cpp",
|
|
|
|
|
"cmakelocatorfilter.h",
|
|
|
|
|
"cmakeopenprojectwizard.cpp",
|
|
|
|
|
"cmakeopenprojectwizard.h",
|
2013-07-10 21:43:49 +03:00
|
|
|
"cmakeparser.cpp",
|
|
|
|
|
"cmakeparser.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakeproject.cpp",
|
|
|
|
|
"cmakeproject.h",
|
|
|
|
|
"cmakeproject.qrc",
|
|
|
|
|
"cmakeprojectconstants.h",
|
|
|
|
|
"cmakeprojectmanager.cpp",
|
|
|
|
|
"cmakeprojectmanager.h",
|
|
|
|
|
"cmakeprojectnodes.cpp",
|
|
|
|
|
"cmakeprojectnodes.h",
|
|
|
|
|
"cmakeprojectplugin.cpp",
|
|
|
|
|
"cmakeprojectplugin.h",
|
|
|
|
|
"cmakerunconfiguration.cpp",
|
|
|
|
|
"cmakerunconfiguration.h",
|
2012-09-06 22:38:25 +08:00
|
|
|
"cmakevalidator.cpp",
|
|
|
|
|
"cmakevalidator.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"makestep.cpp",
|
2012-09-30 13:50:31 +02:00
|
|
|
"makestep.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|