Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agarnung/basic-app-cross-compilation
Humongously simple Qt app dedicated to cross compiling in different platforms
https://github.com/agarnung/basic-app-cross-compilation
appdir appimage deployment linux-app linuxdeploy linuxdeployqt
Last synced: 3 days ago
JSON representation
Humongously simple Qt app dedicated to cross compiling in different platforms
- Host: GitHub
- URL: https://github.com/agarnung/basic-app-cross-compilation
- Owner: agarnung
- Created: 2024-12-22T20:56:18.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T23:21:05.000Z (3 days ago)
- Last Synced: 2025-01-08T23:58:54.878Z (3 days ago)
- Topics: appdir, appimage, deployment, linux-app, linuxdeploy, linuxdeployqt
- Language: C
- Homepage:
- Size: 83.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# basic-app-cross-compilation
Humongously simple Qt app dedicated to cross compiling in different platforms.We will first experiment with _inter-machine_ (i.e. [Linux deployment](https://github.com/agarnung/basic-app-cross-compilation/tree/main/linux_deployment)) and then follow with _inter-machine_ (i.e. [cross compilation](https://github.com/agarnung/basic-app-cross-compilation/blob/main/linux_to_windows)) app distribution.
# Resources
**Deployment:**
Check the [README](https://github.com/agarnung/basic-app-cross-compilation/blob/main/linux_deployment/README.md)
- https://www.youtube.com/watch?v=Y0MSOQGv5N4
- https://stackoverflow.com/questions/49982419/how-to-release-a-qt-c-application-on-linux-and-windows
- https://www.youtube.com/watch?v=PDzlT_ODpM8&ab_channel=probono**Cross compilation:**
Check the [README](https://github.com/agarnung/basic-app-cross-compilation/blob/main/linux_to_windows/README.md)
- https://forum.qt.io/topic/147212/how-do-i-get-the-qt-application-i-ve-made-to-run-on-windows-linux-and-android-operating-systems/6
- https://medium.com/@vladadgad/cross-compile-qt-for-windows-on-linux-platform-57e4b71ed1aa
- https://askubuntu.com/questions/656219/building-a-windows-executable-in-qt-on-a-linux-system