forked from qt-creator/qt-creator
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
ad94d4f09c
commit
a00b291484
@@ -25,6 +25,10 @@ QtcPlugin {
|
||||
]
|
||||
|
||||
files: [
|
||||
"ModelManagerInterface.cpp",
|
||||
"ModelManagerInterface.h",
|
||||
"TypeHierarchyBuilder.cpp",
|
||||
"TypeHierarchyBuilder.h",
|
||||
"abstracteditorsupport.cpp",
|
||||
"abstracteditorsupport.h",
|
||||
"commentssettings.cpp",
|
||||
@@ -32,6 +36,8 @@ QtcPlugin {
|
||||
"completionsettingspage.cpp",
|
||||
"completionsettingspage.h",
|
||||
"completionsettingspage.ui",
|
||||
"cppchecksymbols.cpp",
|
||||
"cppchecksymbols.h",
|
||||
"cppclassesfilter.cpp",
|
||||
"cppclassesfilter.h",
|
||||
"cppcodeformatter.cpp",
|
||||
@@ -39,6 +45,7 @@ QtcPlugin {
|
||||
"cppcodestylepreferences.cpp",
|
||||
"cppcodestylepreferences.h",
|
||||
"cppcodestylepreferencesfactory.cpp",
|
||||
"cppcodestylepreferencesfactory.h",
|
||||
"cppcodestylesettings.cpp",
|
||||
"cppcodestylesettings.h",
|
||||
"cppcodestylesettingspage.cpp",
|
||||
@@ -46,12 +53,14 @@ QtcPlugin {
|
||||
"cppcodestylesettingspage.ui",
|
||||
"cppcompletionassist.cpp",
|
||||
"cppcompletionassist.h",
|
||||
"cppcompletionassistprovider.cpp",
|
||||
"cppcompletionassistprovider.h",
|
||||
"cppcompletionsupport.cpp",
|
||||
"cppcompletionsupport.h",
|
||||
"cppcurrentdocumentfilter.cpp",
|
||||
"cppcurrentdocumentfilter.h",
|
||||
"cppdoxygen.cpp",
|
||||
"cppdoxygen.h",
|
||||
"cppcompletionsupport.cpp",
|
||||
"cppcompletionsupport.h",
|
||||
"cppfilesettingspage.cpp",
|
||||
"cppfilesettingspage.h",
|
||||
"cppfilesettingspage.ui",
|
||||
@@ -59,10 +68,12 @@ QtcPlugin {
|
||||
"cppfindreferences.h",
|
||||
"cppfunctionsfilter.cpp",
|
||||
"cppfunctionsfilter.h",
|
||||
"cpphighlightingsupportinternal.cpp",
|
||||
"cpphighlightingsupportinternal.h",
|
||||
"cpphighlightingsupport.cpp",
|
||||
"cpphighlightingsupport.h",
|
||||
"cpphighlightingsupportinternal.cpp",
|
||||
"cpphighlightingsupportinternal.h",
|
||||
"cpplocalsymbols.cpp",
|
||||
"cpplocalsymbols.h",
|
||||
"cpplocatorfilter.cpp",
|
||||
"cpplocatorfilter.h",
|
||||
"cppmodelmanager.cpp",
|
||||
@@ -73,10 +84,6 @@ QtcPlugin {
|
||||
"cpprefactoringchanges.h",
|
||||
"cppsemanticinfo.cpp",
|
||||
"cppsemanticinfo.h",
|
||||
"cppchecksymbols.cpp",
|
||||
"cppchecksymbols.h",
|
||||
"cpplocalsymbols.cpp",
|
||||
"cpplocalsymbols.h",
|
||||
"cpptools_global.h",
|
||||
"cpptoolsconstants.h",
|
||||
"cpptoolseditorsupport.cpp",
|
||||
@@ -99,13 +106,6 @@ QtcPlugin {
|
||||
"symbolsfindfilter.h",
|
||||
"uicodecompletionsupport.cpp",
|
||||
"uicodecompletionsupport.h",
|
||||
"cppcompletionassistprovider.cpp",
|
||||
"cppcompletionassistprovider.h",
|
||||
"cppcodestylepreferencesfactory.h",
|
||||
"ModelManagerInterface.cpp",
|
||||
"ModelManagerInterface.h",
|
||||
"TypeHierarchyBuilder.cpp",
|
||||
"TypeHierarchyBuilder.h"
|
||||
]
|
||||
|
||||
Group {
|
||||
|
||||
Reference in New Issue
Block a user