I want to deploy a simple app I created on a linux machine to another linux machine.
I have two pc’s, both running Ubuntu 12.04. On the development machine I created a simple app using Qt Creator and it runs fine. When I run the ldd command on this machine it outputs a whole bunch of libraries needed. Then I copied the app and the required libraries to the target machine and tried to run the app following the directions for deployment provided here: http://doc.qt.io/qt-5/linux-deployment.html
but I get a segmentation fault error. When I run the ldd command again on the target machine it outputs: statically linked.
I have same version of Qt on both machines Qt 5.3
I am new to Qt and I don’t know what I’m doing wrong, please help.
↧