Skip to content

Ide qtcreator: enhancements

Lionel Duboeuf requested to merge lduboeuf/clickable:single_template into dev
  • Now we can have only one configuration template
  • Added also some template change to make it possible to the user to change the run configuration without the need to create a new one
  • Now ask user before doing any action
  • Use the build-args option of clickable.json
  • use for some parts, the config vars instead of env_vars #232 (closed)
  • guess exe command when possible, fix #231 (closed)

Successfull automatic build and run:

  • Current clickable templates
  • Calculator app
  • Fullcircle app
  • Music app
  • Address-book-app
  • Calendar app
  • Launcher modular
  • Weather app
  • Clock-app
  • FileManager

Successfull build but needed to tune run settings:

  • Dialer-app: the exec command is the one from the desktop file in setup/gui and not the one from the click folder
  • Messaging-app: the exec command is the one from the desktop file in setup/gui and not the one from the click folder
  • Notes-app: Need to toggle the correct run configuration
  • Gallery-app: Need to toggle the correct run configuration
  • Terminal: Need to toggle the correct run configuration
  • Teleport: Need to toggle the correct run configuration
Edited by Lionel Duboeuf

Merge request reports