<div dir="ltr">Hi,<div><br></div><div>I am using Qt 5.3 (Angle on Windows) with CMake 2.8.12. Qt 5.3 has dependencies on ICU and ANGLE libs. I wish to copy these dlls to the build directory. Is there any CMake variable that holds name of ICU and ANGLE libs?</div><div><br></div><div>To copy other Qt libraries I am using the following sample code fragment-</div><div><br></div><div>GET_TARGET_PROPERTY(QT5_LIB_LOCATION Qt5::Core LOCATION_${BUILD_TYPE})<br></div><div>file(COPY ${QT5_LIB_LOCATION} DESTINATION  {EXECUTABLE_OUTPUT_PATH}/${BUILD_TYPE})<br></div><div><br></div><div>Here BUILD_TYPE can be Debug or Release</div><div><br></div><div>If it is not possible to get the lib names, I wish to get the Qt bin dir path. Is any variable holding this value? I could find Qt5_DIR, but not a variable pointing to the bin directory.</div><div><br></div><div>Thanks,</div><div>  Lloyd</div></div>