=== ondra_ is now known as ondra === chihchun_afk is now known as chihchun [11:16] I have a doubt. If I use Ubuntu's SDK projects for a QML project with a C++ library, and only use generic QML imports instead, will that build properly on other systems that aren't Ubuntu, like Android? [11:38] vitimiti: as long as your not using any ubuntu specific c++ api's then there shouldn't be any real issue building it elsewhere. [11:39] DanChapman, nice. And if I used the Ubuntu QML imports would it still be possible as long as my C++ API is standard Qt? [11:43] vitimiti: If the QML components don't exist on your target device it will not work [11:44] mcphail, thank you :) [11:46] well it would "build" as the qml imports aren't checked at build time. But yeah as mcphail said you would need the ubunt ucomponents on the target for it to run. [11:48] Thank you both [16:23] Hi, I'm trying to create deb package for ubuntu since 12.04. The package needs libmysql as dependency. There have been several versions of the libmysql since 12.04. How I could add it to dependecies in control file, please? [16:24] Ubuntu 14.04 has limysql18 package, Ubuntu 12.04 has older - libmysql16 [16:25] can I add just "libmysql" as dependency (without version)? [16:29] I'm sorry, it's libmysqlclient, not libmysql...