diff options
| author | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-02 13:20:05 -0600 |
|---|---|---|
| committer | Seth Riley <17361645+Qudix@users.noreply.github.com> | 2020-11-02 13:20:05 -0600 |
| commit | f7d7661d58d9b0d158fd959978b29c9c1a3a8de7 (patch) | |
| tree | d8dd76c0df43b5aa8d15bea2965771afe0846052 /src/dlls.manifest | |
| parent | 88475677d29a275fd9d25f452f58d3d745720124 (diff) | |
Changing the location of several directories
Diffstat (limited to 'src/dlls.manifest')
| -rw-r--r-- | src/dlls.manifest | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/dlls.manifest b/src/dlls.manifest new file mode 100644 index 00000000..846a02ae --- /dev/null +++ b/src/dlls.manifest @@ -0,0 +1,29 @@ +<?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="libEGL.dll"/> + <file name="libGLESV2.dll"/> + <file name="liblz4.dll"/> + <file name="opengl32sw.dll"/> + <file name="Qt5Core.dll"/> + <file name="Qt5Gui.dll"/> + <file name="Qt5Network.dll"/> + <file name="Qt5Positioning.dll"/> + <file name="Qt5PrintSupport.dll"/> + <file name="Qt5Qml.dll"/> + <file name="Qt5QmlModels.dll"/> + <file name="Qt5QmlWorkerScript.dll"/> + <file name="Qt5Quick.dll"/> + <file name="Qt5QuickWidgets.dll"/> + <file name="Qt5SerialPort.dll"/> + <file name="Qt5Svg.dll"/> + <file name="Qt5WebChannel.dll"/> + <file name="Qt5WebEngineCore.dll"/> + <file name="Qt5WebEngineWidgets.dll"/> + <file name="Qt5WebSockets.dll"/> + <file name="Qt5Widgets.dll"/> + <file name="Qt5WinExtras.dll"/> +</assembly> |
