Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Replaced webkit with webengine in build process (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrekV committed Jul 24, 2018
1 parent 00e4fa9 commit 527cfd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/linux/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ cp $QLIBPATH/libQt5Svg.so.5 $out/lib
cp $QLIBPATH/libQt5Xml.so.5 $out/lib
cp $QLIBPATH/libQt5XcbQpa.so.5 $out/lib
cp $QLIBPATH/libQt5XcbQpa.so.5 $out/lib
cp $QLIBPATH/libQt5WebKitWidgets.so.5 $out/lib
cp $QLIBPATH/libQt5WebEngine.so.5 $out/lib
cp $QLIBPATH/libQt5WebEngineWidgets.so.5 $out/lib
cp $QLIBPATH/libQt5DBus.so.5 $out/lib
cp $QLIBPATH/libQt5Widgets.so.5 $out/lib
cp $QLIBPATH/libQt5Gui.so.5 $out/lib
Expand Down

0 comments on commit 527cfd1

Please sign in to comment.