PDA

View Full Version : qt5 linux add source build to qt creator



te777
12th March 2013, 11:35
I have successfully statically built Qt 5 from source using git on Linux 32 bit. How do I add the newly compiled libraries to Qt Creator? Any help appreciated. Thanks.

Zlatomir
12th March 2013, 19:43
Add a Qt version (the static one) and setup a new kit (http://doc-snapshot.qt-project.org/qtcreator-2.6/creator-targets.html) in Creator.

te777
13th March 2013, 08:04
Thanks. I already did that and built a static version of my app. Ready for deployment under the opensource GNU license.