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
@@ -24,6 +24,7 @@ QtcPlugin {
|
||||
|
||||
files: [
|
||||
"addnewavddialog.ui",
|
||||
"android.qrc",
|
||||
"androidconfigurations.cpp",
|
||||
"androidconfigurations.h",
|
||||
"androidconstants.h",
|
||||
@@ -35,9 +36,9 @@ QtcPlugin {
|
||||
"androiddeployconfiguration.cpp",
|
||||
"androiddeployconfiguration.h",
|
||||
"androiddeploystep.cpp",
|
||||
"androiddeploystep.h",
|
||||
"androiddeploystepfactory.cpp",
|
||||
"androiddeploystepfactory.h",
|
||||
"androiddeploystep.h",
|
||||
"androiddeploystepwidget.cpp",
|
||||
"androiddeploystepwidget.h",
|
||||
"androiddeploystepwidget.ui",
|
||||
@@ -46,8 +47,8 @@ QtcPlugin {
|
||||
"androiddevicefactory.cpp",
|
||||
"androiddevicefactory.h",
|
||||
"androidglobal.h",
|
||||
"androidmanager.h",
|
||||
"androidmanager.cpp",
|
||||
"androidmanager.h",
|
||||
"androidpackagecreationfactory.cpp",
|
||||
"androidpackagecreationfactory.h",
|
||||
"androidpackagecreationstep.cpp",
|
||||
@@ -61,11 +62,10 @@ QtcPlugin {
|
||||
"androidpackageinstallationstep.h",
|
||||
"androidplugin.cpp",
|
||||
"androidplugin.h",
|
||||
"android.qrc",
|
||||
"androidqtversion.cpp",
|
||||
"androidqtversion.h",
|
||||
"androidqtversionfactory.cpp",
|
||||
"androidqtversionfactory.h",
|
||||
"androidqtversion.h",
|
||||
"androidrunconfiguration.cpp",
|
||||
"androidrunconfiguration.h",
|
||||
"androidruncontrol.cpp",
|
||||
@@ -82,6 +82,6 @@ QtcPlugin {
|
||||
"androidtoolchain.cpp",
|
||||
"androidtoolchain.h",
|
||||
"javaparser.cpp",
|
||||
"javaparser.h"
|
||||
"javaparser.h",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user