Add platforms/qwindows.dll management

This commit is contained in:
Maxime Gimeno 2021-02-12 09:18:15 +01:00
parent d39744380e
commit 5bbc5f0d6f
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
#use this script from inside the build directory of the Polyhedron demo
#Needs the Qt5_DIR env variable set to <Qt5_ROOT>/lib/cmake/Qt5
declare config="Release"
@ -33,5 +34,6 @@ for file in "${files[@]}"; do
copy_dll "$dll" "$target_directory"
done; #check dependencies
done #loop over directories
mkdir -p "$target_directory/platforms"
cp "$Qt5_DIR/../../../plugins/platforms/qwindows.dll" "$target_directory/platforms"