Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
1ba8cf27
Commit
1ba8cf27
authored
Dec 11, 2015
by
Sebastian Eichelbaum
Browse files
[FIX] the script still misses some Qt libs due to the ldd+exe issue.
parent
3ace384e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
tools/release/packaging/windows/deploy.sh
tools/release/packaging/windows/deploy.sh
+1
-5
No files found.
tools/release/packaging/windows/deploy.sh
View file @
1ba8cf27
...
...
@@ -66,11 +66,7 @@ cp -r /mingw64/share/qt5/plugins/platforms "$target/qtPlugins/"
# Important: there is an issue that ldd on msys does not unveil the libQT
# dependencies. They need to be copied explicitly here:
echo
"Copy Qt"
cp
-r
/mingw64/bin/Qt5Core.dll
"
$target
/"
cp
-r
/mingw64/bin/Qt5Gui.dll
"
$target
/"
cp
-r
/mingw64/bin/Qt5Widgets.dll
"
$target
/"
cp
-r
/mingw64/bin/Qt5OpenGL.dll
"
$target
/"
cp
-r
/mingw64/bin/Qt5WebKitWidgets.dll
"
$target
/"
cp
-r
/mingw64/bin/Qt5
*
.dll
"
$target
/"
###############################################################################
# Find all DLL to which the OW exe and DLL are linked to:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment