2014-03-11 11:30:14 +01:00
|
|
|
import qbs 1.0
|
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: "Utils" }
|
|
|
|
|
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
|
|
|
|
Depends { name: "CppTools" }
|
2016-04-29 16:36:52 +02:00
|
|
|
Depends { name: "QmlJS" }
|
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: [
|
2016-01-20 12:19:16 +01:00
|
|
|
"builddirmanager.cpp",
|
|
|
|
|
"builddirmanager.h",
|
2015-02-04 17:54:46 +01:00
|
|
|
"cmake_global.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakebuildconfiguration.cpp",
|
|
|
|
|
"cmakebuildconfiguration.h",
|
2013-07-22 15:53:57 +02:00
|
|
|
"cmakebuildinfo.h",
|
2015-03-10 10:22:38 +01:00
|
|
|
"cmakebuildsettingswidget.cpp",
|
|
|
|
|
"cmakebuildsettingswidget.h",
|
2016-01-07 12:33:52 +01:00
|
|
|
"cmakebuildstep.cpp",
|
|
|
|
|
"cmakebuildstep.h",
|
2015-03-10 10:22:38 +01:00
|
|
|
"cmakecbpparser.cpp",
|
|
|
|
|
"cmakecbpparser.h",
|
2016-02-12 12:23:18 +01:00
|
|
|
"cmakeconfigitem.cpp",
|
|
|
|
|
"cmakeconfigitem.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakeeditor.cpp",
|
|
|
|
|
"cmakeeditor.h",
|
2015-03-10 10:22:38 +01:00
|
|
|
"cmakefile.cpp",
|
|
|
|
|
"cmakefile.h",
|
2012-09-06 22:38:25 +08:00
|
|
|
"cmakefilecompletionassist.cpp",
|
|
|
|
|
"cmakefilecompletionassist.h",
|
2015-02-24 21:57:00 +01:00
|
|
|
"cmakekitconfigwidget.h",
|
|
|
|
|
"cmakekitconfigwidget.cpp",
|
|
|
|
|
"cmakekitinformation.h",
|
|
|
|
|
"cmakekitinformation.cpp",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakelocatorfilter.cpp",
|
|
|
|
|
"cmakelocatorfilter.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",
|
2014-03-12 08:36:36 +01:00
|
|
|
"cmaketool.cpp",
|
|
|
|
|
"cmaketool.h",
|
2015-02-04 17:54:46 +01:00
|
|
|
"cmaketoolmanager.cpp",
|
|
|
|
|
"cmaketoolmanager.h",
|
2014-03-12 08:36:36 +01:00
|
|
|
"cmakesettingspage.h",
|
|
|
|
|
"cmakesettingspage.cpp",
|
2015-08-24 08:43:18 +02:00
|
|
|
"cmakeindenter.h",
|
|
|
|
|
"cmakeindenter.cpp",
|
|
|
|
|
"cmakeautocompleter.h",
|
2016-01-27 10:22:07 +01:00
|
|
|
"cmakeautocompleter.cpp",
|
|
|
|
|
"configmodel.cpp",
|
|
|
|
|
"configmodel.h"
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|