<div dir="ltr">Hi All,<br>I have created Qt-based custom visualization applications using ParaView&#39;s Parallel Visualization framework (Version 3.8.0). I am trying to figure out how to add an icon to this application. I have added these two yellow lines in my CMakeLists.txt file in order to assign the WinIcon.ico to my application:<br>
-------------------------------------------------------------------------<br># Build the client<br>build_paraview_client(liuppa_viewer<br>    TITLE &quot;LIUPPA Viewer (ParaView-based Example Application)&quot;<br>    ORGANIZATION  &quot;LIUPPA Viewer Coorporation&quot;<br>
    VERSION_MAJOR 1<br>    VERSION_MINOR 0<br>    VERSION_PATCH 1<br>    SPLASH_IMAGE &quot;${CMAKE_CURRENT_SOURCE_DIR}/LIUPPAsplash.png&quot;<br><span style="background-color: rgb(255, 255, 102);">--&gt;    BUNDLE_ICON   &quot;${CMAKE_CURRENT_SOURCE_DIR}/WinIcon.ico&quot;</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">--&gt;   APPLICATION_ICON  &quot;${CMAKE_CURRENT_SOURCE_DIR}/WinIcon.ico&quot;</span><br style="background-color: rgb(255, 255, 102);">    REQUIRED_PLUGINS LIUPPAViewerPlugin<br>
<br>    GUI_CONFIGURATION_XMLS<br>      ${CMAKE_CURRENT_SOURCE_DIR}/SupportedReader.xml<br>)<br>------------------------------------------------------------------------<br> <br><span style="background-color: rgb(255, 255, 255);" id="result_box" class="short_text"><span style="color: rgb(0, 0, 0);" title="">No error displayed</span></span><span style="background-color: rgb(255, 255, 255);" id="result_box" class="short_text"><span style="color: rgb(0, 0, 0);" title=""> in compiling</span></span><span style="background-color: rgb(255, 255, 255);"> a</span>nd build, but it does not work<span style="background-color: rgb(255, 255, 255);"> (still no icon )</span><span style="background-color: rgb(255, 255, 255);" id="result_box" class="short_text"><span style="color: rgb(0, 0, 0);" title=""></span></span><br>
Any advise is much appreciated.<br><br>Salman SHAHIDI<br><br></div>