Setup: Added platform dlls for qt

This commit is contained in:
Manuel Dobusch
2014-03-28 17:09:15 +01:00
parent 4fa1e22035
commit b5f91e62fa
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ mkdir -p bin/Release
# Copy necessary dynamic libraries to bin folder
if [ $PLATFORM == "Windows" ]; then
echo $INFO "copy dynamic libraries"
cp -u setup/dynamic_libraries/windows/Debug/* bin/Debug
cp -u setup/dynamic_libraries/windows/Release/* bin/Release
cp -u -r setup/dynamic_libraries/windows/Debug/* bin/Debug
cp -u -r setup/dynamic_libraries/windows/Release/* bin/Release
fi
# Setup both Debug and Release configuration