aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddeploystepwidget.ui
diff options
context:
space:
mode:
authorDaniel Teske <[email protected]>2013-01-22 16:03:31 +0100
committerDaniel Teske <[email protected]>2013-01-24 15:07:07 +0100
commitdc40099d0b3d4a4fa56501d0927a59c2233d7642 (patch)
treee5dab901a1e8978d9ec87e46b09879ef93f1c562 /src/plugins/android/androiddeploystepwidget.ui
parent259145f08010242d23938b314c7592d9f5ba930d (diff)
Android: Make local deployment smart
On deploying, first check the timestamps of the files on the device, and then only copy+strip+deploy the files that are newer. Add a button for cleaning /data/local/tmp/qt as that is no longer done on each deployment. Task-number: QTCREATORBUG-8538 Change-Id: I93c4e6266d7d748b0a4735e00806282315227d4b Reviewed-by: BogDan Vatra <[email protected]> Reviewed-by: Daniel Teske <[email protected]>
Diffstat (limited to 'src/plugins/android/androiddeploystepwidget.ui')
-rw-r--r--src/plugins/android/androiddeploystepwidget.ui9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/plugins/android/androiddeploystepwidget.ui b/src/plugins/android/androiddeploystepwidget.ui
index dd7c51e7842..3732f7a501b 100644
--- a/src/plugins/android/androiddeploystepwidget.ui
+++ b/src/plugins/android/androiddeploystepwidget.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>560</width>
- <height>136</height>
+ <height>145</height>
</rect>
</property>
<property name="sizePolicy">
@@ -57,6 +57,13 @@ You must have Qt libraries compiled for that platform</string>
</widget>
</item>
<item>
+ <widget class="QPushButton" name="cleanLibsPushButton">
+ <property name="text">
+ <string>Clean libs on device</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QPushButton" name="editRulesFilePushButton">
<property name="text">
<string>Edit Rules File</string>