Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-18 Thread Pat McGowan
CC Zoltan and Ben as I doubt they are on this mailing list. Guys please check the bug entered by Nicholas for an explanation. I believe this work is already planned. Pat On Mon, Feb 17, 2014 at 1:40 PM, Nicholas Skaggs < nicholas.ska...@canonical.com> wrote: > The goal of these changes, and my

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread Nicholas Skaggs
The goal of these changes, and my pushing for the click-buddy tool was to solve the app developer workflow. I want a sane and sensible workflow for app developers to make it easy and useful to incorporate testing into their development process. Changing to cmake, as Sergio mentioned, was to allow

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread Nekhelesh Ramananthan
This is a request to revert the cmake transition for all the core apps since it is effectively blocking crucial application testing on the device through QtCreator. Before the cmake transition, my work flow comprised of implementing a patch/feature and then immediately testing it on the device by p

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread Sergio Schvezov
On 16/02/14 07:29, David Planella wrote: On Sun, Feb 16, 2014 at 2:28 AM, Sergio Schvezov mailto:sergio.schve...@canonical.com>> wrote: Just a quick self follow up After removing my QtCreator config I get the Build/Ubuntu submenu and could explore the context of the problem a bit

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread Sergio Schvezov
Just a quick self follow up After removing my QtCreator config I get the Build/Ubuntu submenu and could explore the context of the problem a bit more. The desktop part can be resolved by changing the -set(DESKTOP_FILE "${PROJECT_NAME}_${APP_NAME}.desktop") +set(DESKTOP_FILE "${PROJECT_NAME}.de

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread Sergio Schvezov
On 15/02/14 18:53, Nekhelesh Ramananthan wrote: This is a request to revert the cmake transition for all the core apps since it is effectively blocking crucial application testing on the device through QtCreator. Before the cmake transition, my work flow comprised of implementing a patch/featu

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread David Planella
On Sun, Feb 16, 2014 at 2:28 AM, Sergio Schvezov < sergio.schve...@canonical.com> wrote: > Just a quick self follow up > > After removing my QtCreator config I get the Build/Ubuntu submenu and > could explore the context of the problem a bit more. > > The desktop part can be resolved by changing t

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread David Planella
On Sun, Feb 16, 2014 at 2:42 PM, Sergio Schvezov < sergio.schve...@canonical.com> wrote: > > On 16/02/14 07:29, David Planella wrote: > > On Sun, Feb 16, 2014 at 2:28 AM, Sergio Schvezov < >> sergio.schve...@canonical.com > >> wrote: >> >> Just a quick se

Re: [Ubuntu-touch-coreapps] Enabling Cmake for all the core apps

2014-02-17 Thread Nekhelesh Ramananthan
Hi David, Sergio, I think David aptly captured what I was trying to convey which is, before the cmake migration it was much easier to test pure QML apps. Adding > cmake to the mix now requires a build step that needs to be done outside of > Qt Creator to generate the .desktop file. > Quite frank