QbsBuildStepConfigWidget: Fix warning icon path

Change-Id: I1cb4c81c744d14f093fcea19a7b1b2327759d7ef
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
Daniel Teske
2014-07-02 18:44:11 +02:00
parent e1b1173604
commit 1a7af941ee

View File

@@ -108,7 +108,7 @@
<string/> <string/>
</property> </property>
<property name="pixmap"> <property name="pixmap">
<pixmap>:/coreplugin/images/warning.png</pixmap> <pixmap resource="../coreplugin/core.qrc">:/core/images/warning.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
@@ -248,6 +248,8 @@
<header location="global">qbsprojectmanager/qbspropertylineedit.h</header> <header location="global">qbsprojectmanager/qbspropertylineedit.h</header>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources>
<include location="../coreplugin/core.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>