How to static application with Qt5.1 beta ?
-
wrote on 17 May 2013, 06:28 last edited by
How to static application with Qt5.1 beta ?
one .exe application on ubuntu 12.04 or windows ?
-
wrote on 17 May 2013, 09:07 last edited by
I do not understand the second question. You want one .exe file that will run on both ubuntu and windows? That is not possible, sorry.
-
wrote on 19 May 2013, 02:35 last edited by
I am sorry, My English is poor
I hope to
compile the program without *.so on Ubuntu
or
compile the program(app.exe) without *.dll on Windows -
wrote on 30 May 2013, 02:24 last edited by
up & up
-
wrote on 30 May 2013, 05:31 last edited by
Hi Jonix!
For make static applications you need a static build of Qt. There are no static prebuild packages for it and you need build Qt. For start point look at "HowTo":http://qt-project.org/wiki/Category:HowTo then you can find many topics on this forum with solutions of building step issues.