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
@@ -20,28 +20,28 @@ QtcPlugin {
|
||||
]
|
||||
|
||||
files: [
|
||||
"annotationhighlighter.h",
|
||||
"cvsplugin.h",
|
||||
"cvscontrol.h",
|
||||
"settingspage.h",
|
||||
"cvseditor.h",
|
||||
"cvssubmiteditor.h",
|
||||
"cvssettings.h",
|
||||
"cvsutils.h",
|
||||
"cvsconstants.h",
|
||||
"checkoutwizard.h",
|
||||
"checkoutwizardpage.h",
|
||||
"annotationhighlighter.cpp",
|
||||
"cvsplugin.cpp",
|
||||
"cvscontrol.cpp",
|
||||
"settingspage.cpp",
|
||||
"cvseditor.cpp",
|
||||
"cvssubmiteditor.cpp",
|
||||
"cvssettings.cpp",
|
||||
"cvsutils.cpp",
|
||||
"annotationhighlighter.h",
|
||||
"checkoutwizard.cpp",
|
||||
"checkoutwizard.h",
|
||||
"checkoutwizardpage.cpp",
|
||||
"checkoutwizardpage.h",
|
||||
"cvs.qrc",
|
||||
"cvsconstants.h",
|
||||
"cvscontrol.cpp",
|
||||
"cvscontrol.h",
|
||||
"cvseditor.cpp",
|
||||
"cvseditor.h",
|
||||
"cvsplugin.cpp",
|
||||
"cvsplugin.h",
|
||||
"cvssettings.cpp",
|
||||
"cvssettings.h",
|
||||
"cvssubmiteditor.cpp",
|
||||
"cvssubmiteditor.h",
|
||||
"cvsutils.cpp",
|
||||
"cvsutils.h",
|
||||
"settingspage.cpp",
|
||||
"settingspage.h",
|
||||
"settingspage.ui",
|
||||
"cvs.qrc"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user