Qt Creator on Mac - how deploy to Linux
-
wrote on 14 Aug 2013, 21:49 last edited by
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!
-
wrote on 14 Aug 2013, 22:15 last edited by
Check the documentation about "deployment of Qt apps to X11 platforms":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-x11.html
-
wrote on 19 Aug 2013, 15:47 last edited by
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.
1/3