Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
André Hoarau
qrop
Commits
d6c95b49
Commit
d6c95b49
authored
Jan 09, 2019
by
André Hoarau
Browse files
Update dist scripts
parent
4e26a897
Changes
1
Hide whitespace changes
Inline
Side-by-side
dist/osx/build.sh
View file @
d6c95b49
...
...
@@ -10,5 +10,5 @@ mkdir deploy/usr/share/applications;
find
.
\(
-name
"moc_*"
-or
-name
"*.o"
-or
-name
"qrc_*"
-or
-name
"Makefile*"
-or
-name
"*.a"
\)
-exec
rm
{}
\;
cp
-R
core/
*
desktop/
*
deploy/usr/bin
unset
QTDIR
;
unset
QT_PLUGIN_PATH
;
unset
LD_LIBRARY_PATH
;
macdeployqt deploy/usr/bin/desktop.app
-libpath
core
/
macdeployqt deploy/usr/bin/desktop.app
-libpath
=
$BUILD_DIR
/
core
tree
Write
Preview
Supports
Markdown
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