Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
d52e45f4
Commit
d52e45f4
authored
May 10, 2016
by
Craig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing Qt libs and plugins (fixes web widgets not working on Ubuntu 14.04)
parent
b1c2d010
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
package.sh
release_scripts/linux/package.sh
+5
-1
No files found.
release_scripts/linux/package.sh
View file @
d52e45f4
...
@@ -199,6 +199,7 @@ if $BUNDLE_QT; then
...
@@ -199,6 +199,7 @@ if $BUNDLE_QT; then
notifyProgress
"Copying and stripping Qt plugins"
notifyProgress
"Copying and stripping Qt plugins"
mkdir
-p
$QT_PLUGINS_DEST_PATH
mkdir
-p
$QT_PLUGINS_DEST_PATH
copyQtPlugin audio
copyQtPlugin audio
copyQtPlugin bearer
copyQtPlugin generic
copyQtPlugin generic
copyQtPlugin iconengines
copyQtPlugin iconengines
copyQtPlugin imageformats
copyQtPlugin imageformats
...
@@ -232,6 +233,7 @@ if $BUNDLE_QT; then
...
@@ -232,6 +233,7 @@ if $BUNDLE_QT; then
copyQtLibrary libQt5WebChannel
copyQtLibrary libQt5WebChannel
copyQtLibrary libQt5WebKit
copyQtLibrary libQt5WebKit
copyQtLibrary libQt5WebKitWidgets
copyQtLibrary libQt5WebKitWidgets
copyQtLibrary libQt5WebSockets
copyQtLibrary libQt5Widgets
copyQtLibrary libQt5Widgets
copyQtLibrary libQt5XcbQpa
copyQtLibrary libQt5XcbQpa
copyQtLibrary libQt5Xml
copyQtLibrary libQt5Xml
...
@@ -353,9 +355,11 @@ echo -n ", onboard" >> "$CONTROL_FILE"
...
@@ -353,9 +355,11 @@ echo -n ", onboard" >> "$CONTROL_FILE"
if
$BUNDLE_QT
;
then
if
$BUNDLE_QT
;
then
# Listing some dependencies manually; ideally we should use dpkg -p recursively
# Listing some dependencies manually; ideally we should use dpkg -p recursively
# to get the dependencies of the bundled shared libs & plugins. Or use static libs.
# to get the dependencies of the bundled shared libs & plugins. Or use static libs.
echo
-n
", libxcb
-render-util0
"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb
1
"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb-icccm4"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb-icccm4"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb-xkb1"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb-xkb1"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb-image0"
>>
"
$CONTROL_FILE
"
echo
-n
", libxcb-render-util0"
>>
"
$CONTROL_FILE
"
else
else
echo
-n
", libqt5multimedia5-plugins"
>>
"
$CONTROL_FILE
"
echo
-n
", libqt5multimedia5-plugins"
>>
"
$CONTROL_FILE
"
fi
fi
...
...
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