Andrei Yankovich
Andrei Yankovich
@miurahr do you have any plans (and free time of course) about fix this issue ?
This Pr blocked by https://github.com/miurahr/aqtinstall/issues/792
Hi, this issue as resolved in https://github.com/QuasarApp/CQtDeployer/issues/425 please attach me you'd deploy log with verbose 3 option to learn more. ``` cqtdeployer -bin ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/app.exe -targetDir ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/package -qmlDir ${CMAKE_CURRENT_SOURCE_DIR}/qml -qmake ${CMAKE_PREFIX_PATH}/bin/qmake.exe...
By log looks as all debug libraries is collected successful. --- Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Core.dll **Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Cored.dll** Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5DBus.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5DBusd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Gui.dll **Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Guid.dll** Info:...
Oh, you want to exclude them .. just add to ignore option "d.dll" postfix ``` bash cqtdeployer ... -ignore "d.dll" ```
But this behavior seams as bug, I think when cqtdeployer copied plugin it fetches all "d.dll" files and extract of them dependencies... It should be fixed on future release. @kasonyin...