From 3440be5fc14c997aa5b28c1310384a775f40c47f Mon Sep 17 00:00:00 2001 From: Craig Date: Thu, 21 Apr 2016 11:20:23 +0200 Subject: [PATCH] Added missing Qt libs (dependencies of other Qt libs, not OpenBoard --- release_scripts/linux/package.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_scripts/linux/package.sh b/release_scripts/linux/package.sh index b2246ca0..f2dc932c 100755 --- a/release_scripts/linux/package.sh +++ b/release_scripts/linux/package.sh @@ -209,8 +209,13 @@ copyQtLibrary libQt5Multimedia copyQtLibrary libQt5MultimediaWidgets copyQtLibrary libQt5Network copyQtLibrary libQt5OpenGL +copyQtLibrary libQt5Positioning copyQtLibrary libQt5PrintSupport +copyQtLibrary libQt5Qml +copyQtLibrary libQt5Quick copyQtLibrary libQt5Script +copyQtLibrary libQt5Sensors +copyQtLibrary libQt5Sql copyQtLibrary libQt5Svg copyQtLibrary libQt5WebChannel copyQtLibrary libQt5WebKit