summaryrefslogtreecommitdiffstats
path: root/qtwebengine.gyp
blob: 0ddf816daf5eb1230fb48dd980c9b111c73d9298 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  'targets': [
  {
    'target_name': 'qtwebengine',
    'type': 'none',
    'dependencies': [
      'lib/lib.gyp:*',
    ],
  }
  ]
}