Re: [CMake] Create Mac OS Bundle with VTK and Qt

2017-09-12 Thread Romain LEGUAY
Hello, Sorry for this late answer! After using DeployQt5.cmake script I succeed to resolve my problem. The icon problem was due to some mistake during the creation of my icns file. Thanks again. Romain > Le 8 sept. 2017 à 21:42, Oleksii Vilchanskyi via CMake a > écrit : >

Re: [CMake] Create Mac OS Bundle with VTK and Qt

2017-09-08 Thread Oleksii Vilchanskyi via CMake
Hello, > 1) I try to add an icon without success > When I launch my app, the default icon is used and not my icon. Can you elaborate on this? You say that the .icns file is under Resources and the final Info.plist contains the proper key with the proper value and that a non-default icon is used

[CMake] Create Mac OS Bundle with VTK and Qt

2017-09-08 Thread Romain LEGUAY
Hello everyone, Since this morning, I try to create a Bundle Application using CMake (3.9.1). My application use VTK (8.x) and Qt (5.x). The find_package of those two libraries works greats (no problem to build and run the application). I have many problems: 1) I try to add an icon without