Skip to content

Commit

Permalink
[publish] update settings for qt6-based AppImage
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Dec 3, 2023
1 parent c6222ca commit fa52eed
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions util/appimage/stellarium-appimage-qt6.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 1

script:
- cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_QTWEBENGINE=Off
- cmake ../.. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
- make -j3
- make install DESTDIR=AppDir

Expand Down Expand Up @@ -35,14 +35,23 @@ AppDir:
- libqt6webchannel6
- libqt6serialport6
- libqt6widgets6
# - libqt6webenginecore6
# - libqt6webenginecore6-bin
# - libqt6webenginewidgets6
# - libqt6webenginequick6
# - libqt6webenginequickdelegatesqml6
# - libqt6webengine6-data
- libqt6webenginecore6
- libqt6webenginecore6-bin
- libqt6webenginewidgets6
- libqt6webenginequick6
- libqt6webenginequickdelegatesqml6
- libqt6webengine6-data
- libqt6charts6
- libqt6opengl6
- libqt6openglwidgets6
- libqt6qml6
- libqt6qmlcore6
- libqt6quick6
- libqt6quickwidgets6
- libqt6qmlmodels6
- qt6-qpa-plugins
- qt6-gtk-platformtheme
- qt6-image-formats-plugins
- libgps28
- libexiv2-27
- libnlopt-cxx0
Expand Down

0 comments on commit fa52eed

Please sign in to comment.