Feb 4, 2019, 10:25 AM

Hello,

I wanted to run a asynchronous event on my samson app (I wanted to make the molecule vibrate and still be able to use something else).
I did it using QtConcurrent tools, for this I had to change the content of CMakeLists.txt to add QtConcurrent library. It compiles fine but now my app is not visible anymore in SAMSON Debug. Is it because I changed CMakeLists.txt?
Thanks in advance