2012-02-09 14:30:09 +01:00
|
|
|
import qbs.base 1.0
|
|
|
|
|
|
|
|
|
|
import "../QtcPlugin.qbs" as QtcPlugin
|
|
|
|
|
|
|
|
|
|
QtcPlugin {
|
|
|
|
|
name: "CppTools"
|
|
|
|
|
|
2012-04-10 15:56:23 +02:00
|
|
|
Depends { name: "qt"; submodules: ['widgets'] }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "Core" }
|
2012-02-27 21:09:42 +02:00
|
|
|
Depends { name: "Find" }
|
2012-02-09 14:30:09 +01:00
|
|
|
Depends { name: "TextEditor" }
|
|
|
|
|
Depends { name: "ProjectExplorer" }
|
|
|
|
|
Depends { name: "Locator" }
|
|
|
|
|
Depends { name: "CPlusPlus" }
|
|
|
|
|
Depends { name: "LanguageUtils" }
|
|
|
|
|
|
|
|
|
|
Depends { name: "cpp" }
|
|
|
|
|
cpp.defines: base.concat(["QT_NO_CAST_TO_ASCII"])
|
|
|
|
|
cpp.includePaths: [
|
|
|
|
|
".",
|
|
|
|
|
"..",
|
|
|
|
|
"../../libs",
|
|
|
|
|
buildDirectory
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
files: [
|
|
|
|
|
"abstracteditorsupport.cpp",
|
|
|
|
|
"abstracteditorsupport.h",
|
|
|
|
|
"commentssettings.cpp",
|
|
|
|
|
"commentssettings.h",
|
|
|
|
|
"completionsettingspage.cpp",
|
|
|
|
|
"completionsettingspage.h",
|
|
|
|
|
"completionsettingspage.ui",
|
|
|
|
|
"cppclassesfilter.cpp",
|
|
|
|
|
"cppclassesfilter.h",
|
|
|
|
|
"cppcodeformatter.cpp",
|
|
|
|
|
"cppcodeformatter.h",
|
|
|
|
|
"cppcodestylepreferences.cpp",
|
|
|
|
|
"cppcodestylepreferences.h",
|
|
|
|
|
"cppcodestylepreferencesfactory.cpp",
|
|
|
|
|
"cppcodestylesettings.cpp",
|
|
|
|
|
"cppcodestylesettings.h",
|
|
|
|
|
"cppcodestylesettingspage.cpp",
|
|
|
|
|
"cppcodestylesettingspage.h",
|
|
|
|
|
"cppcodestylesettingspage.ui",
|
|
|
|
|
"cppcompletionassist.cpp",
|
|
|
|
|
"cppcompletionassist.h",
|
|
|
|
|
"cppcurrentdocumentfilter.cpp",
|
|
|
|
|
"cppcurrentdocumentfilter.h",
|
|
|
|
|
"cppdoxygen.cpp",
|
|
|
|
|
"cppdoxygen.h",
|
|
|
|
|
"cppcompletionsupport.cpp",
|
|
|
|
|
"cppcompletionsupport.h",
|
|
|
|
|
"cppfilesettingspage.cpp",
|
|
|
|
|
"cppfilesettingspage.h",
|
|
|
|
|
"cppfilesettingspage.ui",
|
|
|
|
|
"cppfindreferences.cpp",
|
|
|
|
|
"cppfindreferences.h",
|
|
|
|
|
"cppfunctionsfilter.cpp",
|
|
|
|
|
"cppfunctionsfilter.h",
|
|
|
|
|
"cpphighlightingsupportinternal.cpp",
|
|
|
|
|
"cpphighlightingsupportinternal.h",
|
|
|
|
|
"cpphighlightingsupport.cpp",
|
|
|
|
|
"cpphighlightingsupport.h",
|
|
|
|
|
"cpplocatorfilter.cpp",
|
|
|
|
|
"cpplocatorfilter.h",
|
|
|
|
|
"cppmodelmanager.cpp",
|
|
|
|
|
"cppmodelmanager.h",
|
|
|
|
|
"cppqtstyleindenter.cpp",
|
|
|
|
|
"cppqtstyleindenter.h",
|
|
|
|
|
"cpprefactoringchanges.cpp",
|
|
|
|
|
"cpprefactoringchanges.h",
|
|
|
|
|
"cppsemanticinfo.cpp",
|
|
|
|
|
"cppsemanticinfo.h",
|
|
|
|
|
"cppchecksymbols.cpp",
|
|
|
|
|
"cppchecksymbols.h",
|
|
|
|
|
"cpplocalsymbols.cpp",
|
|
|
|
|
"cpplocalsymbols.h",
|
|
|
|
|
"cpptools_global.h",
|
|
|
|
|
"cpptoolsconstants.h",
|
|
|
|
|
"cpptoolseditorsupport.cpp",
|
|
|
|
|
"cpptoolseditorsupport.h",
|
|
|
|
|
"cpptoolsplugin.cpp",
|
|
|
|
|
"cpptoolsplugin.h",
|
|
|
|
|
"cpptoolsreuse.cpp",
|
|
|
|
|
"cpptoolsreuse.h",
|
|
|
|
|
"cpptoolssettings.cpp",
|
|
|
|
|
"cpptoolssettings.h",
|
|
|
|
|
"doxygengenerator.cpp",
|
|
|
|
|
"doxygengenerator.h",
|
|
|
|
|
"insertionpointlocator.cpp",
|
|
|
|
|
"insertionpointlocator.h",
|
|
|
|
|
"searchsymbols.cpp",
|
|
|
|
|
"searchsymbols.h",
|
|
|
|
|
"symbolfinder.cpp",
|
|
|
|
|
"symbolfinder.h",
|
|
|
|
|
"symbolsfindfilter.cpp",
|
|
|
|
|
"symbolsfindfilter.h",
|
|
|
|
|
"uicodecompletionsupport.cpp",
|
|
|
|
|
"uicodecompletionsupport.h",
|
2012-02-23 12:01:24 +01:00
|
|
|
"cppcompletionassistprovider.cpp",
|
|
|
|
|
"cppcompletionassistprovider.h",
|
2012-03-15 13:42:07 +01:00
|
|
|
"cppcodestylepreferencesfactory.h",
|
|
|
|
|
"ModelManagerInterface.cpp",
|
|
|
|
|
"ModelManagerInterface.h",
|
|
|
|
|
"TypeHierarchyBuilder.cpp",
|
|
|
|
|
"TypeHierarchyBuilder.h"
|
2012-02-09 14:30:09 +01:00
|
|
|
]
|
2012-03-20 15:35:15 +01:00
|
|
|
|
|
|
|
|
ProductModule {
|
|
|
|
|
Depends { name: "CPlusPlus" }
|
|
|
|
|
}
|
2012-02-09 14:30:09 +01:00
|
|
|
}
|
|
|
|
|
|