diff options
author | Orgad Shaneh <[email protected]> | 2012-09-30 13:50:31 +0200 |
---|---|---|
committer | Christian Kandeler <[email protected]> | 2012-10-03 09:26:34 +0200 |
commit | a00b291484999fd63daf0e43b20d21c50a6e0643 (patch) | |
tree | de6d415d81e97a6d6810f23dc518c14204d6fde9 /src/plugins/android/android.qbs | |
parent | ad94d4f09ce15fc596bf04b89a603bd1c5c76e58 (diff) |
qbs files: Sort files
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/plugins/android/android.qbs')
-rw-r--r-- | src/plugins/android/android.qbs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/android/android.qbs b/src/plugins/android/android.qbs index d719b78309e..618d83a5c8e 100644 --- a/src/plugins/android/android.qbs +++ b/src/plugins/android/android.qbs @@ -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", ] } |