summaryrefslogtreecommitdiffstats
path: root/src/core/core.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.gyp')
-rw-r--r--src/core/core.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/core.gyp b/src/core/core.gyp
new file mode 100644
index 000000000..ea5478cf1
--- /dev/null
+++ b/src/core/core.gyp
@@ -0,0 +1,12 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'qtwebengine',
+ 'type': 'none',
+ 'dependencies': [
+ 'core_generated.gyp:*',
+ 'resources/resources.gyp:*',
+ ],
+ },
+ ]
+}