You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm currently poriting the appimage creation for scribus from qt5 to qt6 and the process was / is not trivial.
one of the issue was that linuxdeployqt calls qmake but with qt6 the executable is qmake6.
(i'm now passing the path to qmake as an argument... but i had to find out about it, first...)
i'm still in the process of tweaking AppImage-package/bundle.sh but, when asking for help in the #qt channel, they suggested that for qt6 application it would be better to use cmake instead of qmake:
i'm currently poriting the appimage creation for scribus from qt5 to qt6 and the process was / is not trivial.
one of the issue was that linuxdeployqt calls qmake but with qt6 the executable is qmake6.
(i'm now passing the path to qmake as an argument... but i had to find out about it, first...)
i'm still in the process of tweaking AppImage-package/bundle.sh but, when asking for help in the #qt channel, they suggested that for qt6 application it would be better to use cmake instead of qmake:
https://www.qt.io/blog/deploying-to-linux-with-cmake
The text was updated successfully, but these errors were encountered: