forked from qt-creator/qt-creator
QbsBuildStepConfigWidget: Fix warning icon path
Change-Id: I1cb4c81c744d14f093fcea19a7b1b2327759d7ef Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user