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/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap>:/coreplugin/images/warning.png</pixmap>
|
||||
<pixmap resource="../coreplugin/core.qrc">:/core/images/warning.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -248,6 +248,8 @@
|
||||
<header location="global">qbsprojectmanager/qbspropertylineedit.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../coreplugin/core.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
Reference in New Issue
Block a user