Qt Creator on Mac - how deploy to Linux
-
I installed Qt Creator on my Mac where I do all my development. I want to build an executable that will run on Linux. How can I do this? Can someone point me to the basic instructions, which I must be missing in my search through the documentation.
Thanks!
-
Check the documentation about "deployment of Qt apps to X11 platforms":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-x11.html
-
OK, thanks. I'm trying to get it working per those directions. In the mean time I have been able use Git to synch up source code on Mac and by Ubuntu environment and simply qmake and make on Ubuntu.
But, this is not really what I want to do. I want to build a static executable that will run on Ubuntu without a Qt installation.