Hi all, I'm building an application with realtime/low latency audio streaming. I've inherited a lot of legacy code that is built upon JUCE's classes, which I'd like to repurpose/recycle (as much as possible) within my Qt project.
I am wondering if anyone on here has successfully included JUCE as a static library within a Qt project? I found this fork of JUCE's 'Projucer' app <https://github.com/seebk/JUCE> via JUCE <https://forum.juce.com/t/juce-qt-project/19024> forum <https://forum.juce.com/t/new-experimental-qtcreator-exporter-for-introjucer/12808> posts, which offers a Qt *.pro exporter for the older JUCE 4.3.1 release, and I'm currently working backwards from that exporter's output to integrate my own JUCE 5.0.2 static lib but it's tedious. Any resources that you've found useful integrating JUCE as a static lib in a Qt application (especially if you can provide an example of a Qt *.pro file including JUCE as a static lib) would be greatly appreciated. Any advice or insight on common problems to avoid in this use case would also be tremendously appreciated! Thanks in advance, and happy coding! Jason
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest