Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
483 views
in Technique[技术] by (71.8m points)

Is there a way to replace linuxdeployqt with linuxdeploy's qt-plugin for Ubuntu-18.04?

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)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...