I am developing a GUI in QT CREATOR using a RaspBerryPi 5.
This GUI runs normally on the raspberry I am developing, it opens normally like a regular software.
However, when I try to run this same "software" or "GUI" on another raspberry, it does not open or run. It is as if something is missing.
I saw something in other forums about compiling in "static" mode, but I do not know how to do this. I am compiling directly in QTCREATOR with a Boot2Qt 6.8.0 RaspBerry Pi Development Boards (64Bit) kit.
I am using several libraries in this project, it is a project to generate analog signals through the raspberry's audio output, it is simple, but I cannot run it on other machines...
Note: I am using QT CREATOR Student version.. it is a project for my college...