CQtDeployer icon indicating copy to clipboard operation
CQtDeployer copied to clipboard

Windows packaging release version, the debug version library will also be included

Open kasonyin opened this issue 7 months ago • 7 comments

Describe the bug When packaging release versions of software under Windows, the debug version library will also be included

To Reproduce Create a simple Qt Quick app. Build this app. Deploy this app: 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 clear

Expected behavior Only the release version of the library is packaged

Desktop (please complete the following information):

  • OS: [Windows 10 22H2 19045.5487]
  • MSVC 2019
  • Qt Version: [5.15.16]
  • CQt Version: [1.6.2365]

kasonyin avatar Apr 21 '25 07:04 kasonyin

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 clear -verbose 3

EndrII avatar Apr 21 '25 07:04 EndrII

Thanks for your response. I read the description of 425 before raising the issue, but I appeared. Verbose output log:

Verbose log: --- Working options table start ---
Verbose log: Option[bin]: D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/bin/PathDR.exe
Verbose log: Option[clear]
Verbose log: Option[libDir]: D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/bin
Verbose log: Option[qmake]: D:/Qt/online/5.15.16/msvc2019_64/bin/qmake.exe
Verbose log: Option[targetDir]: D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu
Verbose log: Option[verbose]: 3
Verbose log: --- Working options table end ---
Verbose log: appDir = D:/CQtDeployer
Info: Deploy ...
Verbose log:  is not a directory!! 
Verbose log: The D:\CQtDeployer\\ path is ignored and not added to a search list!!
Verbose log: The D:\CQtDeployer\\ path is ignored and not added to a search list!!
Verbose log: C:/PROGRAM FILES/PYTHON39/SCRIPTS is not a directory!! 
Verbose log: C:/PROGRAM FILES/PYTHON39 is not a directory!! 
Verbose log: D:/TOOLS/CQTDEPLOYER is not a directory!! 
Verbose log: D:/QT/QT5.12.10/5.12.10/MSVC2017_64/BIN11 is not a directory!! 
Verbose log: D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN11 is not a directory!! 
Verbose log: The D:\CQtDeployer path is ignored and not added to a search list!!
Verbose log: C:/USERS/ADMIN/.DOTNET/TOOLS is not a directory!! 
Verbose log: D:/FLUTTER/BIN is not a directory!! 
Verbose log: D:/SYSTEMLIBS is not a directory!! 
Verbose log: Path C:/WINDOWS/SYSTEM32 is already added
Verbose log: Path C:/WINDOWS/SYSTEM32/WBEM is already added
Verbose log: Path C:/WINDOWS/SYSTEM32/WINDOWSPOWERSHELL/V1.0 is already added
Verbose log: Path C:/WINDOWS/SYSTEM32/OPENSSH is already added
Verbose log: D:/LIB is not a directory!! 
Verbose log: D:/USR/LIB is not a directory!! 
Verbose log:  not added in file mask because the file mask must be large 2 characters
Verbose log: libpq is added as a filename mask
Verbose log: mysqlclient is added as a filename mask
Verbose log: libcrypto is added as a filename mask
Verbose log: libssl is added as a filename mask
Verbose log: libeay32 is added as a filename mask
Verbose log: ssleay32 is added as a filename mask
Verbose log: d3dcompiler_47 is added as a filename mask
Verbose log: libEGL is added as a filename mask
Verbose log: libGLESv2 is added as a filename mask
Verbose log: libgcc_s_seh is added as a filename mask
Verbose log: libgcc_s_dw2 is added as a filename mask
Verbose log: libstdc++ is added as a filename mask
Verbose log: libwinpthread is added as a filename mask
Verbose log: opengl32sw is added as a filename mask
Verbose log: initialize qmake for.  D:/Qt/online/5.15.16/msvc2019_64/bin/qmake.exe
Warning: Failed to execute the qmake process! Trying to initialize Qt directories from path: D:/Qt/online/5.15.16/msvc2019_64
Verbose log: initialize qt dirs for. D:/Qt/online/5.15.16/msvc2019_64
Verbose log: Qt Inforamtion: 
Platform: win_x86, win_x86_64
Major version: 5
Binaries dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN
Libraries dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/LIB
Libexecs dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN
Plugins dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS
QMLs dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/QML
Translations dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS
Resources dir: D:/QT/ONLINE/5.15.16/MSVC2019_64/RESOURCES

Info: clear old data
Info: Clear start!
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforminputcontexts/qtvirtualkeyboardplugind.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platformthemes/qxdgdesktopportald.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platformthemes/qxdgdesktopportal.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/scenegraph/qsgd3d12backendd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/scenegraph/qsgd3d12backend.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_zh_CN.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_pt_BR.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/bearer/qgenericbearerd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/iconengines/qsvgicond.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/bearer/qgenericbearer.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_da.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_tr.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_de.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_ru.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_sk.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_ja.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_hr.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_pl.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_es.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers/qsqlodbcd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_bg.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_en.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_fa.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforms/qoffscreen.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_nl.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_fr.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_fi.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/iconengines/qsvgicon.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_hu.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_ko.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers/qsqlpsqld.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_lv.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtdeclarative_uk.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qjpegd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers/qsqlpsql.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforms/qdirect2d.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_pl.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_es.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_uk.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers/qsqlited.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_en.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qwebpd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_ko.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qtiffd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qwbmpd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qicnsd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_ru.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_de.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtserialport_ja.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers/qsqlodbc.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforms/qwindows.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qtgad.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qicns.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qwbmp.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qpdfd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers/qsqlite.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qjpeg.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforms/qminimal.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qgifd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qtiff.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qsvgd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qicod.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qwebp.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qpdf.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qsvg.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qico.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforminputcontexts because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qgif.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats/qtga.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_zh_CN.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_zh_TW.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_pt_BR.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_bg.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_fa.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_he.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_da.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_hr.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_it.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_uk.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_nl.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_lv.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_ar.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_ru.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_pl.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_ja.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_en.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_cs.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_sk.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_fr.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_tr.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_hu.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_de.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_nn.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_gd.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_fi.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_ca.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_es.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations/qtbase_ko.qm because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5VirtualKeyboardd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platformthemes because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5RemoteObjects.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/imageformats because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/iconengines because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/d3dcompiler_47.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/scenegraph because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/sqldrivers because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5QmlModelsd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5SerialPort.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/platforms because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5QmlModels.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Networkd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Widgetsd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Network.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins/bearer because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Widgets.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/ihc_common.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/DFluentUI.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Quickd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Quick.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/libeay32.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Cored.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/translations because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5DBusd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/ssleay32.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Svgd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Guid.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Qmld.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Pdfd.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/halcomm.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Sqld.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Core.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5DBus.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/PathDR.bat because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Qml.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/log4qt.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Svg.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Gui.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/PathDR.exe because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Pdf.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Qt5Sql.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/libpq.dll because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/plugins because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/qt.conf because it is deployed file
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu because it is empty
Info: Remove D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package because it is empty
Verbose log: target deploy started!!
Verbose log: Available Targets: 
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/bin/PathDR.exe
Verbose log: Target: D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application//PathDR.exe
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application//PathDR.exe
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/PathDR.exe
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Gui.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency DXGI.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Core.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency NETAPI32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-TIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency MSVCP140_1.DLL
Verbose log: Cannot find the library for dependency USERENV.DLL
Verbose log: Cannot find the library for dependency MPR.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency WINMM.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VERSION.DLL
Verbose log: Cannot find the library for dependency WS2_32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-FILESYSTEM-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency D3D11.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-LOCALE-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/log4qt.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Network.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency DNSAPI.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency CRYPT32.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency WS2_32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency IPHLPAPI.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Sql.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Get the recursive dependencies of D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/DFluentUI.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Qml.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-TIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Quick.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency MSVCP140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5QmlModels.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency DBGHELP.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/halcomm.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5SerialPort.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SETUPAPI.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/ihc_common.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5RemoteObjects.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Current module 0
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Quick.dll module value 131072
Verbose log: Current module 131072
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Gui.dll module value 64
Verbose log: Current module 131136
Verbose log: Add new module from path D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/ihc_common.dll module value 0
Verbose log: Current module 131136
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5SerialPort.dll module value 4194304
Verbose log: Current module 4325440
Verbose log: Add new module from path D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/DFluentUI.dll module value 0
Verbose log: Current module 4325440
Verbose log: Add new module from path D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/halcomm.dll module value 0
Verbose log: Current module 4325440
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Sql.dll module value 8388608
Verbose log: Current module 12714048
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Network.dll module value 2048
Verbose log: Current module 12716096
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Qml.dll module value 65536
Verbose log: Current module 12781632
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5QmlModels.dll module value 65536
Verbose log: Current module 12781632
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5RemoteObjects.dll module value 0
Verbose log: Current module 12781632
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Core.dll module value 4
Verbose log: Current module 12781636
Verbose log: Add new module from path D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/log4qt.dll module value 0
Info: platform : qdirect2dd is disabled
Info: platform : qminimald is disabled
Info: platform : qoffscreend is disabled
Info: platform : qwindowsd is disabled
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/bearer/qgenericbearer.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/bearer/qgenericbearerd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/iconengines/qsvgicon.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/iconengines/qsvgicond.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qgif.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qgifd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qicns.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qicnsd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qico.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qicod.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qjpeg.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qjpegd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qpdf.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qpdfd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qsvg.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qsvgd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qtga.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qtgad.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qtiff.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qtiffd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qwbmp.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qwbmpd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qwebp.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/imageformats/qwebpd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platforminputcontexts/qtvirtualkeyboardplugind.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platforms/qdirect2d.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platforms/qminimal.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platforms/qoffscreen.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platforms/qwindows.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platformthemes/qxdgdesktopportal.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/platformthemes/qxdgdesktopportald.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/scenegraph/qsgd3d12backend.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/scenegraph/qsgd3d12backendd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/sqldrivers/qsqlite.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/sqldrivers/qsqlited.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/sqldrivers/qsqlodbc.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/sqldrivers/qsqlodbcd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/sqldrivers/qsqlpsql.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/PLUGINS/sqldrivers/qsqlpsqld.dll
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//bearer/qgenericbearer.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/bearer/qgenericbearer.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency IPHLPAPI.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//bearer/qgenericbearerd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/bearer/qgenericbearerd.dll
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Cored.dll
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency NETAPI32.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency USERENV.DLL
Verbose log: Cannot find the library for dependency MPR.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency WINMM.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency VERSION.DLL
Verbose log: Cannot find the library for dependency WS2_32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency MSVCP140_1D.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency IPHLPAPI.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Networkd.dll
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency DNSAPI.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency CRYPT32.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency WS2_32.DLL
Verbose log: Cannot find the library for dependency IPHLPAPI.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Current module 12781636
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Networkd.dll module value 2048
Verbose log: Current module 12781636
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Cored.dll module value 4
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//iconengines/qsvgicon.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/iconengines/qsvgicon.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Svg.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Widgets.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency MSVCP140_1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency UXTHEME.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency DWMAPI.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Current module 12781636
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Svg.dll module value 16777216
Verbose log: Current module 29558852
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Widgets.dll module value 67108864
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//iconengines/qsvgicond.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/iconengines/qsvgicond.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Svgd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Widgetsd.dll
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency UXTHEME.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency MSVCP140_1D.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Guid.dll
Verbose log: Cannot find the library for dependency DXGI.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency D3D11.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency DWMAPI.DLL
Verbose log: Current module 96667716
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Widgetsd.dll module value 67108864
Verbose log: Current module 96667716
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Svgd.dll module value 16777216
Verbose log: Current module 96667716
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Guid.dll module value 64
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qgif.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qgif.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qgifd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qgifd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qicns.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qicns.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qicnsd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qicnsd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qico.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qico.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qicod.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qicod.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qjpeg.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qjpeg.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qjpegd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qjpegd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qpdf.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qpdf.dll
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Pdf.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-TIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-LOCALE-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-FILESYSTEM-L1-1-0.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Current module 96667716
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Pdf.dll module value 0
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qpdfd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qpdfd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Pdfd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Current module 96667716
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Pdfd.dll module value 0
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qsvg.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qsvg.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qsvgd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qsvgd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qtga.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtga.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qtgad.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtgad.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qtiff.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtiff.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qtiffd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtiffd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qwbmp.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwbmp.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qwbmpd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwbmpd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qwebp.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwebp.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//imageformats/qwebpd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwebpd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platforminputcontexts/qtvirtualkeyboardplugind.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforminputcontexts/qtvirtualkeyboardplugind.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Qmld.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5VirtualKeyboardd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Quickd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5QmlModelsd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1D.DLL
Verbose log: Cannot find the library for dependency MSVCP140_1D.DLL
Verbose log: Cannot find the library for dependency IMM32.DLL
Verbose log: Current module 96667716
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5VirtualKeyboardd.dll module value 4503599627370496
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Quickd.dll module value 131072
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5QmlModelsd.dll module value 65536
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Qmld.dll module value 65536
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platforms/qdirect2d.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qdirect2d.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency D2D1.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency OLEAUT32.DLL
Verbose log: Cannot find the library for dependency WTSAPI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency WINMM.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency DWRITE.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VERSION.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency DWMAPI.DLL
Verbose log: Cannot find the library for dependency D3D11.DLL
Verbose log: Cannot find the library for dependency IMM32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platforms/qminimal.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qminimal.dll
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platforms/qoffscreen.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qoffscreen.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platforms/qwindows.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qwindows.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency OLE32.DLL
Verbose log: Cannot find the library for dependency OLEAUT32.DLL
Verbose log: Cannot find the library for dependency WTSAPI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-ENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency WINMM.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140_1.DLL
Verbose log: Cannot find the library for dependency DWMAPI.DLL
Verbose log: Cannot find the library for dependency IMM32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platformthemes/qxdgdesktopportal.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platformthemes/qxdgdesktopportal.dll
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5DBus.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5DBus.dll module value 0
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//platformthemes/qxdgdesktopportald.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platformthemes/qxdgdesktopportald.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5DBusd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5DBusd.dll module value 0
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//scenegraph/qsgd3d12backend.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/scenegraph/qsgd3d12backend.dll
Verbose log: Cannot find the library for dependency DXGI.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Get the recursive dependencies of C:/WINDOWS/SYSTEM32/D3DCompiler_47.dll
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-PROCESSENVIRONMENT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-MEMORY-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-IO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-SYNCH-L1-2-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-REGISTRY-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-HEAP-L2-1-0.DLL
Verbose log: Cannot find the library for dependency RPCRT4.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-LIBRARYLOADER-L1-2-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-DEBUG-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-PROCESSTHREADS-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-TIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency CRYPTSP.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-SYSINFO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-PROCESSTHREADS-L1-1-1.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-FILE-L1-2-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-PROFILE-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-LOCALIZATION-L1-2-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-STRING-OBSOLETE-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-RTLSUPPORT-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-PRIVATE-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-FILE-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-INTERLOCKED-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-SYNCH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-ERRORHANDLING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CORE-HANDLE-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STDIO-L1-1-0.DLL
Verbose log: Cannot find the library for dependency DCOMP.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency D3D12.DLL
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path C:/WINDOWS/SYSTEM32/D3DCompiler_47.dll module value 0
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//scenegraph/qsgd3d12backendd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/scenegraph/qsgd3d12backendd.dll
Verbose log: Cannot find the library for dependency DXGI.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency DCOMP.DLL
Verbose log: Cannot find the library for dependency D3D12.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//sqldrivers/qsqlite.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlite.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-STRING-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-TIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-UTILITY-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//sqldrivers/qsqlited.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlited.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Sqld.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Sqld.dll module value 8388608
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//sqldrivers/qsqlodbc.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlodbc.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency ODBC32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-MATH-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//sqldrivers/qsqlodbcd.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlodbcd.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency ODBC32.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//sqldrivers/qsqlpsql.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlpsql.dll
Verbose log: Cannot find the library for dependency MSVCP140.DLL
Verbose log: Cannot find the library for dependency VCRUNTIME140.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-HEAP-L1-1-0.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-CONVERT-L1-1-0.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/libpq.dll
Verbose log: Cannot find the library for dependency SECUR32.DLL
Verbose log: Cannot find the library for dependency MSVCR120.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency WLDAP32.DLL
Verbose log: Cannot find the library for dependency WS2_32.DLL
Verbose log: Cannot find the library for dependency LIBINTL-8.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency SHELL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/ssleay32.dll
Verbose log: Cannot find the library for dependency MSVCR120.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Get the recursive dependencies of D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/libeay32.dll
Verbose log: Cannot find the library for dependency MSVCR120.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Verbose log: Cannot find the library for dependency USER32.DLL
Verbose log: Cannot find the library for dependency WS2_32.DLL
Verbose log: Cannot find the library for dependency ADVAPI32.DLL
Verbose log: Cannot find the library for dependency GDI32.DLL
Verbose log: Cannot find the library for dependency API-MS-WIN-CRT-RUNTIME-L1-1-0.DLL
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/libpq.dll module value 0
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/libeay32.dll module value 0
Verbose log: Current module 4503599724038212
Verbose log: Add new module from path D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/ssleay32.dll module value 0
Verbose log: extract lib :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins//sqldrivers/qsqlpsqld.dll
Verbose log: Get the recursive dependencies of D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlpsqld.dll
Verbose log: Cannot find the library for dependency VCRUNTIME140D.DLL
Verbose log: Cannot find the library for dependency UCRTBASED.DLL
Verbose log: Cannot find the library for dependency MSVCP140D.DLL
Verbose log: Cannot find the library for dependency KERNEL32.DLL
Info: copy :D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/log4qt.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Cored.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5VirtualKeyboardd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Network.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Quickd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Networkd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Pdf.dll
Info: copy :D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/ihc_common.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Quick.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5QmlModelsd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Pdfd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5DBusd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Sqld.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Svgd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5DBus.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/ssleay32.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Gui.dll
Info: copy :D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/halcomm.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Qml.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5SerialPort.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5RemoteObjects.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Qmld.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5QmlModels.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Core.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Guid.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Sql.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/libeay32.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Widgetsd.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Svg.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/libpq.dll
Info: copy :C:/WINDOWS/SYSTEM32/D3DCompiler_47.dll
Info: copy :D:/WORK/BUILD-MYAPP-DESKTOP_QT_5_15_16_MSVC2019_64BIT-RELEASE/OUTPUT/BIN/DFluentUI.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/BIN/Qt5Widgets.dll
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_ar.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_bg.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_ca.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_cs.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_da.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_de.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_en.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_es.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_fa.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_fi.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_fr.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_gd.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_he.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_hr.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_hu.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_it.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_ja.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_ko.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_lv.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_nl.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_nn.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_pl.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_pt_BR.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_ru.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_sk.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_tr.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_uk.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_zh_CN.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtbase_zh_TW.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_bg.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_da.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_de.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_en.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_es.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_fa.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_fi.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_fr.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_hr.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_hu.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_ja.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_ko.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_lv.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_nl.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_pl.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_pt_BR.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_ru.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_sk.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_tr.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_uk.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtdeclarative_zh_CN.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_de.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_en.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_es.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_ja.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_ko.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_pl.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_ru.qm
Info: copy :D:/QT/ONLINE/5.15.16/MSVC2019_64/TRANSLATIONS/qtserialport_uk.qm
Verbose log: Trying to deploy msvc
Verbose log: vcredist not defined
Verbose log: Failed to deploy msvc
Info: deploy done!
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/D3DCompiler_47.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/DFluentUI.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/halcomm.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/ihc_common.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/libeay32.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/libpq.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/log4qt.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/PathDR.bat
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/PathDR.exe
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/bearer/qgenericbearer.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/bearer/qgenericbearerd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/iconengines/qsvgicon.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/iconengines/qsvgicond.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qgif.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qgifd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qicns.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qicnsd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qico.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qicod.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qjpeg.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qjpegd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qpdf.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qpdfd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qsvg.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qsvgd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtga.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtgad.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtiff.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qtiffd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwbmp.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwbmpd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwebp.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/imageformats/qwebpd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforminputcontexts/qtvirtualkeyboardplugind.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qdirect2d.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qminimal.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qoffscreen.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platforms/qwindows.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platformthemes/qxdgdesktopportal.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/platformthemes/qxdgdesktopportald.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/scenegraph/qsgd3d12backend.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/scenegraph/qsgd3d12backendd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlite.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlited.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlodbc.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlodbcd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlpsql.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/plugins/sqldrivers/qsqlpsqld.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/qt.conf
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Core.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Cored.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5DBus.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5DBusd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Gui.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Guid.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Network.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Networkd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Pdf.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Pdfd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Qml.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Qmld.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5QmlModels.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5QmlModelsd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Quick.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Quickd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5RemoteObjects.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5SerialPort.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Sql.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Sqld.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Svg.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Svgd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5VirtualKeyboardd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Widgets.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/Qt5Widgetsd.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/ssleay32.dll
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_ar.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_bg.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_ca.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_cs.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_da.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_de.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_en.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_es.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_fa.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_fi.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_fr.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_gd.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_he.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_hr.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_hu.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_it.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_ja.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_ko.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_lv.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_nl.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_nn.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_pl.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_pt_BR.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_ru.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_sk.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_tr.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_uk.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_zh_CN.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtbase_zh_TW.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_bg.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_da.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_de.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_en.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_es.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_fa.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_fi.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_fr.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_hr.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_hu.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_ja.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_ko.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_lv.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_nl.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_pl.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_pt_BR.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_ru.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_sk.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_tr.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_uk.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtdeclarative_zh_CN.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_de.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_en.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_es.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_ja.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_ko.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_pl.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_ru.qm
Verbose log: move : :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/Application/translations/qtserialport_uk.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/D3DCompiler_47.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/DFluentUI.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/halcomm.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/ihc_common.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/libeay32.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/libpq.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/log4qt.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/PathDR.bat
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/PathDR.exe
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/bearer/qgenericbearer.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/bearer/qgenericbearerd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/iconengines/qsvgicon.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/iconengines/qsvgicond.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qgif.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qgifd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qicns.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qicnsd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qico.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qicod.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qjpeg.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qjpegd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qpdf.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qpdfd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qsvg.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qsvgd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qtga.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qtgad.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qtiff.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qtiffd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qwbmp.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qwbmpd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qwebp.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/imageformats/qwebpd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platforminputcontexts/qtvirtualkeyboardplugind.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platforms/qdirect2d.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platforms/qminimal.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platforms/qoffscreen.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platforms/qwindows.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platformthemes/qxdgdesktopportal.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/platformthemes/qxdgdesktopportald.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/scenegraph/qsgd3d12backend.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/scenegraph/qsgd3d12backendd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/sqldrivers/qsqlite.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/sqldrivers/qsqlited.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/sqldrivers/qsqlodbc.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/sqldrivers/qsqlodbcd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/sqldrivers/qsqlpsql.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/plugins/sqldrivers/qsqlpsqld.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/qt.conf
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: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Network.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Networkd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Pdf.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Pdfd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Qml.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Qmld.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5QmlModels.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5QmlModelsd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Quick.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Quickd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5RemoteObjects.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5SerialPort.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Sql.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Sqld.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Svg.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Svgd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5VirtualKeyboardd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Widgets.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Widgetsd.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/ssleay32.dll
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_ar.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_bg.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_ca.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_cs.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_da.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_de.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_en.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_es.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_fa.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_fi.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_fr.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_gd.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_he.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_hr.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_hu.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_it.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_ja.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_ko.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_lv.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_nl.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_nn.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_pl.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_pt_BR.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_ru.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_sk.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_tr.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_uk.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_zh_CN.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtbase_zh_TW.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_bg.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_da.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_de.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_en.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_es.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_fa.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_fi.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_fr.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_hr.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_hu.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_ja.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_ko.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_lv.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_nl.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_pl.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_pt_BR.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_ru.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_sk.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_tr.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_uk.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtdeclarative_zh_CN.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_de.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_en.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_es.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_ja.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_ko.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_pl.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_ru.qm
Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/translations/qtserialport_uk.qm

kasonyin avatar Apr 21 '25 08:04 kasonyin

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: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Network.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Networkd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Pdf.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Pdfd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Qml.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Qmld.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5QmlModels.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5QmlModelsd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Quick.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Quickd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5RemoteObjects.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5SerialPort.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Sql.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Sqld.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Svg.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Svgd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5VirtualKeyboardd.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Widgets.dll Info: copy :D:/work/build-myapp-Desktop_Qt_5_15_16_MSVC2019_64bit-Release/output/package/ipu/tmp_data/Application/Qt5Widgetsd.dll


Why did you decide that they don't exist?

EndrII avatar Apr 21 '25 08:04 EndrII

Why did you decide that they don't exist?

Because I don't want to include debug libraries in the release version

kasonyin avatar Apr 21 '25 09:04 kasonyin

Oh, you want to exclude them .. just add to ignore option "d.dll" postfix

cqtdeployer ... -ignore "d.dll"

EndrII avatar Apr 21 '25 14:04 EndrII

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 Please do not close this issue.

EndrII avatar Apr 21 '25 15:04 EndrII

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 Please do not close this issue.

Okay, I am currently using an additional script to delete these d.dll

kasonyin avatar Apr 27 '25 02:04 kasonyin