summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-04-04 19:47:41 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-04-09 18:53:22 +0000
commit0fde097e31e908b18db68f05e2122c5280d36304 (patch)
treefef45d90f164983dd49130a2d14e86055f84f1da /sync.profile
parent8c10e6cb759f8d4acdcf54a25b70530d4c936bf6 (diff)
Import the Qt Shader Tools module
...from https://git.qt.io/laagocs/qtshadertools/ Change-Id: I3aa655da81978e13016f8150634e278448015709 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..5e45fc2
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,14 @@
+%modules = ( # path to module name map
+ "QtShaderTools" => "$basedir/src/shadertools",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+# Module dependencies.
+# Every module that is required to build this module should have one entry.
+# Each of the module version specifiers can take one of the following values:
+# - A specific Git revision.
+# - any git symbolic ref resolvable from the module's repository (e.g. "refs/heads/master" to track master branch)
+#
+%dependencies = (
+ "qtbase" => "",
+);