summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile21
1 files changed, 0 insertions, 21 deletions
diff --git a/sync.profile b/sync.profile
deleted file mode 100644
index e038abfad..000000000
--- a/sync.profile
+++ /dev/null
@@ -1,21 +0,0 @@
-%modules = ( # path to module name map
- "Qt3DCore" => "$basedir/src/core",
- "Qt3DRender" => "$basedir/src/render",
- "Qt3DQuick" => "$basedir/src/quick3d/quick3d",
- "Qt3DQuickRender" => "$basedir/src/quick3d/quick3drender",
- "Qt3DInput" => "$basedir/src/input",
- "Qt3DAnimation" => "$basedir/src/animation",
- "Qt3DQuickAnimation" => "$basedir/src/quick3d/quick3danimation",
- "Qt3DQuickInput" => "$basedir/src/quick3d/quick3dinput",
- "Qt3DLogic" => "$basedir/src/logic",
- "Qt3DExtras" => "$basedir/src/extras",
- "Qt3DQuickExtras" => "$basedir/src/quick3d/quick3dextras",
- "Qt3DQuickScene2D" => "$basedir/src/quick3d/quick3dscene2d",
-);
-%moduleheaders = ( # restrict the module headers to those found in relative path
-);
-
-@ignore_headers = ( "imconfig.h", "imgui.h", "imgui_internal.h", "imstb_rectpack.h", "imstb_textedit.h", "imstb_truetype.h" );
-
-# Force generation of camel case headers for classes inside Qt3D* namespaces
-$publicclassregexp = "Qt3D.*::.+";