forked from qt-creator/qt-creator
		
	The one that is left is the only one that's actually a function taking real input. This saves a number of includes. Change-Id: I77e777bbf6ed7ed4086f9a40de4dc3dd8c91a7af Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
		
			
				
	
	
		
			136 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			QML
		
	
	
	
	
	
			
		
		
	
	
			136 lines
		
	
	
		
			4.1 KiB
		
	
	
	
		
			QML
		
	
	
	
	
	
| import qbs.base 1.0
 | |
| import qbs.FileInfo
 | |
| 
 | |
| import "../QtcPlugin.qbs" as QtcPlugin
 | |
| 
 | |
| QtcPlugin {
 | |
|     name: "CppTools"
 | |
| 
 | |
|     Depends { name: "Qt.widgets" }
 | |
|     Depends { name: "Core" }
 | |
|     Depends { name: "Find" }
 | |
|     Depends { name: "TextEditor" }
 | |
|     Depends { name: "ProjectExplorer" }
 | |
|     Depends { name: "Locator" }
 | |
|     Depends { name: "CPlusPlus" }
 | |
|     Depends { name: "LanguageUtils" }
 | |
| 
 | |
|     files: [
 | |
|         "abstracteditorsupport.cpp",
 | |
|         "abstracteditorsupport.h",
 | |
|         "commentssettings.cpp",
 | |
|         "commentssettings.h",
 | |
|         "completionsettingspage.cpp",
 | |
|         "completionsettingspage.h",
 | |
|         "completionsettingspage.ui",
 | |
|         "cppchecksymbols.cpp",
 | |
|         "cppchecksymbols.h",
 | |
|         "cppclassesfilter.cpp",
 | |
|         "cppclassesfilter.h",
 | |
|         "cppcodeformatter.cpp",
 | |
|         "cppcodeformatter.h",
 | |
|         "cppcodestylepreferences.cpp",
 | |
|         "cppcodestylepreferences.h",
 | |
|         "cppcodestylepreferencesfactory.cpp",
 | |
|         "cppcodestylepreferencesfactory.h",
 | |
|         "cppcodestylesettings.cpp",
 | |
|         "cppcodestylesettings.h",
 | |
|         "cppcodestylesettingspage.cpp",
 | |
|         "cppcodestylesettingspage.h",
 | |
|         "cppcodestylesettingspage.ui",
 | |
|         "cppcompletionassist.cpp",
 | |
|         "cppcompletionassist.h",
 | |
|         "cppcompletionassistprovider.cpp",
 | |
|         "cppcompletionassistprovider.h",
 | |
|         "cppcurrentdocumentfilter.cpp",
 | |
|         "cppcurrentdocumentfilter.h",
 | |
|         "cppdoxygen.cpp",
 | |
|         "cppdoxygen.h",
 | |
|         "cppfilesettingspage.cpp",
 | |
|         "cppfilesettingspage.h",
 | |
|         "cppfilesettingspage.ui",
 | |
|         "cppfindreferences.cpp",
 | |
|         "cppfindreferences.h",
 | |
|         "cppfunctionsfilter.cpp",
 | |
|         "cppfunctionsfilter.h",
 | |
|         "cpphighlightingsupport.cpp",
 | |
|         "cpphighlightingsupport.h",
 | |
|         "cpphighlightingsupportinternal.cpp",
 | |
|         "cpphighlightingsupportinternal.h",
 | |
|         "cppindexingsupport.cpp",
 | |
|         "cppindexingsupport.h",
 | |
|         "cpplocalsymbols.cpp",
 | |
|         "cpplocalsymbols.h",
 | |
|         "cpplocatordata.cpp",
 | |
|         "cpplocatordata.h",
 | |
|         "cpplocatorfilter.cpp",
 | |
|         "cpplocatorfilter.h",
 | |
|         "cppmodelmanager.cpp",
 | |
|         "cppmodelmanager.h",
 | |
|         "cppmodelmanagerinterface.cpp",
 | |
|         "cppmodelmanagerinterface.h",
 | |
|         "cppqtstyleindenter.cpp",
 | |
|         "cppqtstyleindenter.h",
 | |
|         "cpppointerdeclarationformatter.cpp",
 | |
|         "cpppointerdeclarationformatter.h",
 | |
|         "cppprojectfile.cpp",
 | |
|         "cppprojectfile.h",
 | |
|         "cpprefactoringchanges.cpp",
 | |
|         "cpprefactoringchanges.h",
 | |
|         "cppsemanticinfo.cpp",
 | |
|         "cppsemanticinfo.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",
 | |
|         "typehierarchybuilder.cpp",
 | |
|         "typehierarchybuilder.h",
 | |
|         "builtinindexingsupport.cpp",
 | |
|         "builtinindexingsupport.h",
 | |
|         "cpppreprocessor.cpp",
 | |
|         "cpppreprocessor.h",
 | |
|         "includeutils.cpp",
 | |
|         "includeutils.h"
 | |
|     ]
 | |
| 
 | |
|     Group {
 | |
|         name: "Tests"
 | |
|         condition: project.testsEnabled
 | |
|         files: [
 | |
|             "cppcodegen_test.cpp",
 | |
|             "cppcompletion_test.cpp",
 | |
|             "cppheadersource_test.cpp",
 | |
|             "cppmodelmanager_test.cpp",
 | |
|             "modelmanagertesthelper.cpp", "modelmanagertesthelper.h",
 | |
|             "cpppointerdeclarationformatter_test.cpp",
 | |
|             "cpplocatorfilter_test.cpp",
 | |
|             "symbolsearcher_test.cpp",
 | |
|             "cpppreprocessor_test.cpp",
 | |
|             "cpppreprocessertesthelper.cpp", "cpppreprocessertesthelper.h"
 | |
|         ]
 | |
| 
 | |
|         cpp.defines: outer.concat(['SRCDIR="' + FileInfo.path(filePath) + '"'])
 | |
|     }
 | |
| 
 | |
|     Export {
 | |
|         Depends { name: "CPlusPlus" }
 | |
|         Depends { name: "Qt.concurrent" }
 | |
|     }
 | |
| }
 |