Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-04-02 Thread José Expósito
Hi guys, Thank you very much for your help, I'll try to build a script to deploy my App on Ubuntu Phone... Not very useful now that Ubuntu One is going to close... http://voices.canonical.com/ubuntuone/ But thank you so much! 2014-04-01 10:17 GMT+01:00 Michael Zanetti : > Hi José, > > I have

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-04-01 Thread Michael Zanetti
Hi José, I have a bunch of qmake projects, building click packages out of them using a script. Check out my website http://notyetthere.org. You'll find a bunch of apps with links to the source code repositories. Most of them should have a run_on_ubuntu_touch.sh script which takes a -c option to

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread David Marceau
Have you read this article? http://notyetthere.org/on-manually-creating-click-packages/ On 03/31/2014 08:14 PM, José Expósito wrote: > Hi David, > > Thank you very much for the tip, but the camera-app is using CMake to > generate the click package, not QMake... Anyway it was very useful check > t

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread Robert Schroll
On Mon, Mar 31, 2014 at 8:14 PM, José Expósito wrote: Does someone know if it is possible to generate a click package just by preparing an output directory like that? I have checked the click command help but it is not very extensive... Does someone know where could I get more information? A

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread José Expósito
Hi David, Thank you very much for the tip, but the camera-app is using CMake to generate the click package, not QMake... Anyway it was very useful check the Camera App. After checking the structure of the "package" folder, after building the project, I have noticed that: - The root folder con

Re: [Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread David Marceau
Within the core apps, there are many .cpp applications that use qt, but from what I understand there has been a lot of tweaking to make them produce Ubuntu Touch-required .click packages. .click packages are what get installed. Your .pro only produces executables not .click packages. Take a look

[Ubuntu-phone] Deploy QMake (*.pro) C++/QML project?

2014-03-31 Thread José Expósito
Hi! I have fully adapted my C++ and QML App to run in Ubuntu: https://github.com/JoseExposito/ubuntuone-qt-files As you can see the project is a plain qmake project and I'm able to execute it on desktop. However, when I try to deploy it to my device the (Build -> Ubuntu) Qt Creator recognizes my