summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
new file mode 100644
index 0000000..090f7a9
--- /dev/null
+++ b/sync.profile
@@ -0,0 +1,10 @@
+%modules = ( # path to module name map
+ "QtStudio3D" => "$basedir/src/api/studio3d",
+);
+%moduleheaders = ( # restrict the module headers to those found in relative path
+);
+%dependencies = (
+ "qtbase" => "",
+ "qtdeclarative" => "",
+ "qtmultimedia" => "",
+);