AntiMicroX/antimicrox

Copy all the necessary libs to build/bin folder during building app

开放

#591 创建于 2022年10月29日

 (0 条评论) (0 个反应) (0 位负责人)C++ (236 个派生)auto 404
Windowsenhancementgood first issuelow-priotity

仓库指标

星标
 (3,844 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It would make development on Windows easier, because currently launching app after building on windows results in error caused by missing libs. Aftec copying them into bin directory (next to executable) everything works fine.
Full fist of libs, which should be placed there:

libcrypto-1_1-x64.dll
libEGLd.dll
libgcc_s_seh-1.dll
libGLESv2d.dll
libssl-1_1-x64.dll
libstdc++-6.dll
libwinpthread-1.dll
Qt5Concurrentd.dll
Qt5Cored.dll
Qt5Guid.dll
Qt5Networkd.dll
Qt5Widgetsd.dll
SDL2.dll

贡献者指南