diff --git a/src/plugins/android/androiddeployqtwidget.ui b/src/plugins/android/androiddeployqtwidget.ui index c432b4a5464eee615d5f19b3c0c9680bf4d3170c..37d0d4e4b56e5ab8b5b88e03c64a87035164ec0d 100644 --- a/src/plugins/android/androiddeployqtwidget.ui +++ b/src/plugins/android/androiddeployqtwidget.ui @@ -80,7 +80,7 @@ <string/> </property> <property name="pixmap"> - <pixmap>:/projectexplorer/images/compile_warning.png</pixmap> + <pixmap resource="../projectexplorer/projectexplorer.qrc">:/projectexplorer/images/compile_warning.png</pixmap> </property> </widget> </item> @@ -167,7 +167,7 @@ <item row="0" column="0"> <widget class="QCheckBox" name="openPackageLocationCheckBox"> <property name="text"> - <string>Open package location after is complete</string> + <string>Open package location after build</string> </property> </widget> </item> @@ -231,7 +231,7 @@ <string/> </property> <property name="pixmap"> - <pixmap>:/projectexplorer/images/compile_warning.png</pixmap> + <pixmap resource="../projectexplorer/projectexplorer.qrc">:/projectexplorer/images/compile_warning.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> @@ -377,6 +377,8 @@ The APK will not be usable on any other device.</string> </item> </layout> </widget> - <resources/> + <resources> + <include location="../projectexplorer/projectexplorer.qrc"/> + </resources> <connections/> </ui>