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" }
|
2017-09-06 10:22:51 +02:00
|
|
|
Depends { name: "app_version_header" }
|
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: [
|
2017-10-09 07:47:40 +02:00
|
|
|
"builddirparameters.cpp",
|
|
|
|
|
"builddirparameters.h",
|
2016-01-20 12:19:16 +01:00
|
|
|
"builddirmanager.cpp",
|
|
|
|
|
"builddirmanager.h",
|
2016-10-17 13:55:54 +02:00
|
|
|
"builddirreader.cpp",
|
|
|
|
|
"builddirreader.h",
|
2015-02-04 17:54:46 +01:00
|
|
|
"cmake_global.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakebuildconfiguration.cpp",
|
|
|
|
|
"cmakebuildconfiguration.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",
|
2017-10-09 07:47:40 +02:00
|
|
|
"cmakebuildtarget.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",
|
2012-09-06 22:38:25 +08:00
|
|
|
"cmakefilecompletionassist.cpp",
|
|
|
|
|
"cmakefilecompletionassist.h",
|
2015-02-24 21:57:00 +01:00
|
|
|
"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",
|
2019-06-05 18:09:02 +02:00
|
|
|
"cmakeprocess.cpp",
|
|
|
|
|
"cmakeprocess.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakeproject.cpp",
|
|
|
|
|
"cmakeproject.h",
|
|
|
|
|
"cmakeproject.qrc",
|
2016-08-25 14:33:44 +02:00
|
|
|
"cmakeprojectimporter.cpp",
|
|
|
|
|
"cmakeprojectimporter.h",
|
2012-02-09 14:30:09 +01:00
|
|
|
"cmakeprojectconstants.h",
|
|
|
|
|
"cmakeprojectmanager.cpp",
|
|
|
|
|
"cmakeprojectmanager.h",
|
|
|
|
|
"cmakeprojectnodes.cpp",
|
|
|
|
|
"cmakeprojectnodes.h",
|
|
|
|
|
"cmakeprojectplugin.cpp",
|
|
|
|
|
"cmakeprojectplugin.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",
|
2018-07-02 13:55:58 +02:00
|
|
|
"cmaketoolsettingsaccessor.cpp",
|
|
|
|
|
"cmaketoolsettingsaccessor.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",
|
2018-03-22 08:32:46 +01:00
|
|
|
"cmakespecificsettings.h",
|
|
|
|
|
"cmakespecificsettings.cpp",
|
|
|
|
|
"cmakespecificsettingspage.h",
|
|
|
|
|
"cmakespecificsettingspage.cpp",
|
|
|
|
|
"cmakespecificsettingspage.ui",
|
2016-01-27 10:22:07 +01:00
|
|
|
"configmodel.cpp",
|
2016-10-10 09:49:46 +10:00
|
|
|
"configmodel.h",
|
|
|
|
|
"configmodelitemdelegate.cpp",
|
2016-10-17 13:55:54 +02:00
|
|
|
"configmodelitemdelegate.h",
|
2019-06-13 14:24:04 +02:00
|
|
|
"fileapidataextractor.cpp",
|
|
|
|
|
"fileapidataextractor.h",
|
|
|
|
|
"fileapiparser.cpp",
|
|
|
|
|
"fileapiparser.h",
|
|
|
|
|
"fileapireader.cpp",
|
|
|
|
|
"fileapireader.h",
|
2019-06-12 16:18:08 +02:00
|
|
|
"projecttreehelper.cpp",
|
|
|
|
|
"projecttreehelper.h",
|
2016-10-17 14:35:07 +02:00
|
|
|
"servermode.cpp",
|
|
|
|
|
"servermode.h",
|
2016-10-17 14:35:48 +02:00
|
|
|
"servermodereader.cpp",
|
|
|
|
|
"servermodereader.h",
|
2016-10-17 13:55:54 +02:00
|
|
|
"tealeafreader.cpp",
|
2019-03-14 15:34:14 +01:00
|
|
|
"tealeafreader.h"
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
|
|
|
|
}
|