Skip to content
Snippets Groups Projects
Commit 442af708 authored by Langella Olivier's avatar Langella Olivier
Browse files

resource location problem fixed

parent e5500200
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="../xtpcpp.qrc">
<normaloff>:/tandem/resources/xtandempipeline_icon.svg</normaloff>:/tandem/resources/xtandempipeline_icon.svg</iconset>
<normaloff>:/xtpcpp_icon/resources/xtandempipeline_icon.svg</normaloff>:/xtpcpp_icon/resources/xtandempipeline_icon.svg</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout"/>
......
<RCC>
<qresource prefix="/tandem">
<file>resources/xtandempipeline_icon.svg</file>
<file>resources/xtandempipeline_animated_gif.gif</file>
<file>resources/html_doc/lpdp.html</file>
<file>resources/html_doc/lpti.html</file>
<file>resources/html_doc/mzid.html</file>
......@@ -97,4 +95,8 @@
<qresource prefix="/labeling">
<file>resources/catalog_label.xml</file>
</qresource>
<qresource prefix="/xtpcpp_icon">
<file>resources/xtandempipeline_animated_gif.gif</file>
<file>resources/xtandempipeline_icon.svg</file>
</qresource>
</RCC>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment