[Solved] qt5 linux add source build to qt creator
-
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.
-
Hi,
In QtCreator go to Tools -> Options -> Qt Versions -> Add...
Then go to the location of your Qt 5 qmake executable and Voilà, your custom Qt is available -
Thanks a heap.
-
You're welcome, don't forget to mark the thread as solved
2/4