Your deployment folder for a release Qt5 widgets application using the distributed Qt bundle should contain (minimum):
Folder/
your.exe
mylibrary.dll // any DLLs you have built as part your project (maybe none)
qextserialport.dll // Any DLLs from third parties that your application depends on (I guessed names)
qcustomplot.dll
...
plugins/ // any plugins you have written and built for your project (maybe none)
myplugin.dll
myotherplugin.dll
Qt5Core.dll // Qt 5 libraries your program needs
Qt5Gui.dll
Qt5Core.dll
...
icudtXX.dll // Things the Qt5 libraries depend on
icuinXX.dll
icuucXX.dll
libEGL.dll
libGLESv2.dll
d3dcompiler_XX.dll
msvcr110.dll // Dependencies your compiler imposes, in this case MS VC 11
msvcp110.dll
platforms/ // Qt plugins required at run time to support platform
qwindows.dll
imageformats/ // Other Qt plugins your program may require
qjpeg.dll
...
iconengines/
qsvgicon.dll
...
Folder/
your.exe
mylibrary.dll // any DLLs you have built as part your project (maybe none)
qextserialport.dll // Any DLLs from third parties that your application depends on (I guessed names)
qcustomplot.dll
...
plugins/ // any plugins you have written and built for your project (maybe none)
myplugin.dll
myotherplugin.dll
Qt5Core.dll // Qt 5 libraries your program needs
Qt5Gui.dll
Qt5Core.dll
...
icudtXX.dll // Things the Qt5 libraries depend on
icuinXX.dll
icuucXX.dll
libEGL.dll
libGLESv2.dll
d3dcompiler_XX.dll
msvcr110.dll // Dependencies your compiler imposes, in this case MS VC 11
msvcp110.dll
platforms/ // Qt plugins required at run time to support platform
qwindows.dll
imageformats/ // Other Qt plugins your program may require
qjpeg.dll
...
iconengines/
qsvgicon.dll
...
To copy to clipboard, switch view to plain text mode
The distributed packages are ICU and ANGLE-based.
Bookmarks