~gcollura/ubuntu-weather-app/fix-1297463

« back to all changes in this revision

Viewing changes to click/manifest.json.in

  • Committer: Tarmac
  • Author(s): Benjamin Zeller
  • Date: 2014-09-09 22:41:15 UTC
  • mfrom: (360.3.2 ubuntu-weather-app)
  • Revision ID: tarmac-20140909224115-9cboeeygsnoyhc2z
Make Weather app cmake project useable out of the Box with QtCreator
- Enable click mode by default
- Hook names in the manifest file can not be variables
- Disable click mode in debian rules file
- Add variable UBUNTU_MANIFEST_PATH variable so QtC knows where to look
for the manifest file
- Rename apparmor.json to weather.apparmor (editor support)
- Make sure qml/js files are shown in the project tree.

Approved by Martin Borho, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
 
2
    "architecture": "all",
2
3
    "description": "A weather forecast application for Ubuntu with support for multiple online weather data sources",
3
4
    "framework": "ubuntu-sdk-14.10-qml-dev3",
4
5
    "hooks": {
5
 
        "@APP_NAME@": {
6
 
            "apparmor": "apparmor.json",
 
6
        "weather": {
 
7
            "apparmor": "weather.apparmor",
7
8
            "desktop": "@DESKTOP_FILE@"
8
9
        }
9
10
    },