ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #07436
Re: Deploy QMake (*.pro) C++/QML project?
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 build a click
package. Only downside, the script doesn't support cross compiling yet and
compiles directly on the phone (or in the emulator), so you need to have that
set up first.
Hope that helps.
Michael
On Tuesday 01 April 2014 01:14:12 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
> the Camera App. After checking the structure of the "package" folder, after
> building the project, I have noticed that:
>
> - The root folder contains the App executable and the QML/JavaScript
> code (in my case as Qt resources) and the manifest/apparmor.json
> - The assets folder all the images (in my case as Qt resources)
> - The lib folder contains the QML plugins (not used in my case)
> - The share folder contains the icons and other stuff in the normal way
>
> 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?
>
> Thank you very much!
Follow ups
References