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,9 +20,6 @@ QtcPlugin {
|
||||
]
|
||||
|
||||
files: [
|
||||
"macrooptionswidget.ui",
|
||||
"macros.qrc",
|
||||
"savedialog.ui",
|
||||
"actionmacrohandler.cpp",
|
||||
"actionmacrohandler.h",
|
||||
"findmacrohandler.cpp",
|
||||
@@ -41,6 +38,8 @@ QtcPlugin {
|
||||
"macrooptionspage.h",
|
||||
"macrooptionswidget.cpp",
|
||||
"macrooptionswidget.h",
|
||||
"macrooptionswidget.ui",
|
||||
"macros.qrc",
|
||||
"macros_global.h",
|
||||
"macrosconstants.h",
|
||||
"macrosplugin.cpp",
|
||||
@@ -49,8 +48,9 @@ QtcPlugin {
|
||||
"macrotextfind.h",
|
||||
"savedialog.cpp",
|
||||
"savedialog.h",
|
||||
"savedialog.ui",
|
||||
"texteditormacrohandler.cpp",
|
||||
"texteditormacrohandler.h"
|
||||
"texteditormacrohandler.h",
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user