<div dir="ltr">Hi All,<br>I have created Qt-based custom visualization applications using ParaView'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 "LIUPPA Viewer (ParaView-based Example Application)"<br> ORGANIZATION "LIUPPA Viewer Coorporation"<br>
VERSION_MAJOR 1<br> VERSION_MINOR 0<br> VERSION_PATCH 1<br> SPLASH_IMAGE "${CMAKE_CURRENT_SOURCE_DIR}/LIUPPAsplash.png"<br><span style="background-color: rgb(255, 255, 102);">--> BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/WinIcon.ico"</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">--> APPLICATION_ICON "${CMAKE_CURRENT_SOURCE_DIR}/WinIcon.ico"</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>