~abreu-alexandre/oxide/vibrate

« back to all changes in this revision

Viewing changes to qt/build/system.gyp

  • Committer: Alexandre Abreu
  • Date: 2016-02-01 20:17:09 UTC
  • mfrom: (1272.4.2 vibrate)
  • Revision ID: alexandre.abreu@canonical.com-20160201201709-opshbr8b12s1gw9r
VibrationĀ APIĀ support

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        ],
108
108
      },
109
109
    },
 
110
    {
 
111
      'target_name': 'Qt5Feedback',
 
112
      'type': 'none',
 
113
      'direct_dependent_settings': {
 
114
        'cflags_cc': [
 
115
          '<!@(<(pkg_config) --cflags Qt5Feedback)'
 
116
        ]
 
117
      },
 
118
      'link_settings': {
 
119
        'ldflags': [
 
120
          '<!@(<(pkg_config) --libs-only-L --libs-only-other Qt5Feedback)',
 
121
        ],
 
122
        'libraries': [
 
123
          '<!@(<(pkg_config) --libs-only-l Qt5Feedback)',
 
124
        ],
 
125
      },
 
126
    },
110
127
  ],
111
128
}