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