linuxdeployqt | Makes Linux applications | Build Tool library
kandi X-RAY | linuxdeployqt Summary
kandi X-RAY | linuxdeployqt Summary
This Linux Deployment Tool, linuxdeployqt, takes an application as input and makes it self-contained by copying in the resources that the application uses (like libraries, graphics, and plugins) into a bundle. The resulting bundle can be distributed as an AppDir or as an AppImage to users, or can be put into cross-distribution packages. It can be used as part of the build process to deploy applications written in C, C++, and other compiled languages with systems like CMake, qmake, and make. When used on Qt-based applications, it can bundle a specific minimal subset of Qt required to run the application.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of linuxdeployqt
linuxdeployqt Key Features
linuxdeployqt Examples and Code Snippets
Community Discussions
Trending Discussions on linuxdeployqt
QUESTION
I'm deploying an app developed by Qt for both Windows and Linux:
On Windows I'm using built-in Qt windeployqt
tool:
ANSWER
Answered 2021-Jan-20 at 16:31We would have to blame here to all the GNU/Linux distributions makers for changing so many things.
Unlike Windows that there are only few version Windows 7,8, 10 and that is it. In GNU/Linux we have so many versions and variants that we have to include "almost" everything that an application needs to ensure it will run on the majority of the existent system variants.
Said that, you can manually check the files deployed in your AppDir manually and remove those you know that your application will not require.
Side note: While linuxdeployqt is still functional there are other tools that do a better job. Consider checking https://github.com/linuxdeploy/ and https://github.com/AppImageCrafters/appimage-builder
QUESTION
I've been trying to deploy an executable version of my program, I tried in many ways as
- Running it in release mode
- linuxdeployqt tool
- GitHub + Jenkins
but those hasn't worked for me, I can deploy the program in the development enviroment, but I need to install it in different computers. If if's possible to create the version for Windows (Because the university I developed it for is asking for it)
I'm using Qt 5.9.5, gcc 7.5.0, CMake 3.10.2, GDB 8.1.0, OpenCV 4.1.1 and SO Linux Mint 19.1 Tessa.
...ANSWER
Answered 2020-Jun-20 at 22:48I would suggest you to try using CQtDeployer from https://github.com/QuasarApp/CQtDeployer
You can find instalation guide in this video , even though it isn't in english language, everything is described step by step in there.
Hope that would work for you.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install linuxdeployqt
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page