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
Can we use this for Qt apps? Yes we can build Qt apps (but seemingly not run them yet?)
apk add qt5-qtbase-dev qt5-qtserialport-dev
git clone https://github.com/hvoigt/qt-hello-world
cd qt-hello-world
qmake-qt5
make
cd ..
This builds, but the GUI does not run. Inside the chroot I seem to have no access to Xorg, and outside the chroot it does not run either (probably need something like linuxdeployqt which doesn't handle this correctly yet).
What happens if I try to run a binary built in this way with the Qt that came with the system?
The text was updated successfully, but these errors were encountered:
Can we use this for Qt apps? Yes we can build Qt apps (but seemingly not run them yet?)
This builds, but the GUI does not run. Inside the chroot I seem to have no access to Xorg, and outside the chroot it does not run either (probably need something like linuxdeployqt which doesn't handle this correctly yet).
What happens if I try to run a binary built in this way with the Qt that came with the system?
The text was updated successfully, but these errors were encountered: