Help with SDL2
- 
 Hi, does someone have an running SDL2 example. I try to port OrbTk to UT using SDL2. Everything build fine but if I try to start my example on the phone the libSDL2-2.0 is not found. 
- 
 @FloVanUB Hello, 
 The library you use shall be embeded within the click package.
 Do you use clickable ? Have you checked the dependencies attributes for clickable ?[Edit] This page might help you : http://clickable.bhdouglass.com/en/latest/clickable-json.html#clickable-json 
- 
 @AppLee yes I use clickable and I tried also the dependencies field. After that it build without errors. But if I start the app it could not find the library. 
- 
 Can you look into your click package, is the lib there? maybe it is not in the right/expected place. 
- 
 @stefwe apparently not. I could not find it. 
- 
 If it help, there is a working demo here: https://gitlab.com/zub2/SDLDemo 
- 
 @lduboeuf Thank you. 
- 
 What I alternative want to check is to draw in the frame buffer of a QWindow. 

