Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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