I have an application that gets deployed using linuxdeployqt tool on Ubuntu-16.04.
Now this application also needs to be deployed on Ubuntu-18.04 systems, but the linuxdeployqt tool doesn't work on the newer OS.
I'll be changing the packaging tool to linuxdeploy with qt-plugin.
Is there any reference code or example available for the same so that the task can be completed swiftly and smoothly.
Note: The application also has a qml folder.
There are some usages shown on the linuxdeploy tool's git page: https://github.com/linuxdeploy/linuxdeploy
But I am unable to find any basic example.
I'm trying to run with some modifications as follows:
linuxdeploy-x86_64.AppImage --plugin qt --appdir ${DESTDIR}
But I'm ending up with the following error:
-- Running input plugin: qt --
[qt/stdout] Using qmake: /opt/Qt5.12.10/5.12.10/gcc_64/bin/qmake
[qt/stdout]
[qt/stdout] Using Qt version: 5.12.10 ( 5 )
[qt/stdout]
[qt/stdout] Found Qt modules:
[qt/stdout] Extra Qt modules:
[qt/stdout] ERROR: Could not find Qt modules to deploy
ERROR: Failed to run plugin: qt (exit code: 1)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…