summaryrefslogtreecommitdiff
path: root/src/dlls.manifest.qt6
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2024-06-10 20:46:00 +0200
committerGitHub <noreply@github.com>2024-06-10 20:46:00 +0200
commit3d8bfdd1d4bf4539f3c3b991cf226b47dd582a91 (patch)
tree741ad9e2e9ec4a19b606a1c4703ce2fb571f1695 /src/dlls.manifest.qt6
parentfff03d34e26d098e07e45cc86f0d7c48e85aefac (diff)
Fix manifest for debug mode. (#2047)
Diffstat (limited to 'src/dlls.manifest.qt6')
-rw-r--r--src/dlls.manifest.qt646
1 files changed, 46 insertions, 0 deletions
diff --git a/src/dlls.manifest.qt6 b/src/dlls.manifest.qt6
new file mode 100644
index 00000000..f5d1d9fd
--- /dev/null
+++ b/src/dlls.manifest.qt6
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <assemblyIdentity type="win32" name="dlls" version="1.0.0.0" processorArchitecture="x86" />
+ <file name="7z.dll" />
+ <file name="archive.dll" />
+ <file name="d3dcompiler_47.dll" />
+ <file name="libbsarch.dll" />
+ <file name="libcrypto-3-x64.dll" />
+ <file name="libEGL.dll" />
+ <file name="libGLESV2.dll" />
+ <file name="liblz4.dll" />
+ <file name="libssl-3-x64.dll" />
+ <file name="opengl32sw.dll" />
+ <file name="Qt6Concurrent.dll" />
+ <file name="Qt6Core.dll" />
+ <file name="Qt6Core5Compat.dll" />
+ <file name="Qt6Gui.dll" />
+ <file name="Qt6Network.dll" />
+ <file name="Qt6OpenGL.dll" />
+ <file name="Qt6OpenGLWidgets.dll" />
+ <file name="Qt6Positioning.dll" />
+ <file name="Qt6PrintSupport.dll" />
+ <file name="Qt6Qml.dll" />
+ <file name="Qt6QmlLocalStorage.dll" />
+ <file name="Qt6QmlModels.dll" />
+ <file name="Qt6QmlWorkerScript.dll" />
+ <file name="Qt6QmlXmlListModel.dll" />
+ <file name="Qt6Quick.dll" />
+ <file name="Qt6QuickControls2.dll" />
+ <file name="Qt6QuickControls2Impl.dll" />
+ <file name="Qt6QuickDialogs2.dll" />
+ <file name="Qt6QuickDialogs2QuickImpl.dll" />
+ <file name="Qt6QuickDialogs2Utils.dll" />
+ <file name="Qt6QuickLayouts.dll" />
+ <file name="Qt6QuickParticles.dll" />
+ <file name="Qt6QuickShapes.dll" />
+ <file name="Qt6QuickTemplates2.dll" />
+ <file name="Qt6QuickWidgets.dll" />
+ <file name="Qt6Sql.dll" />
+ <file name="Qt6Svg.dll" />
+ <file name="Qt6WebChannel.dll" />
+ <file name="Qt6WebEngineCore.dll" />
+ <file name="Qt6WebEngineWidgets.dll" />
+ <file name="Qt6WebSockets.dll" />
+ <file name="Qt6Widgets.dll" />
+</assembly>