Voce library, and Qt
Unsolved
General and Desktop
-
Hello everyone!
I would like to use the opensource library voce in an Qt application.
Unfortunetly this library was written in java, and use jar files to code examples.
How is it possible to add jar files to Qt pro file, because I would like to make the voce example in Qt on C++ applications.
I found a good topic about jni : https://www3.ntu.edu.sg/home/ehchua/programming/java/JavaNativeInterface.html.
The voce library's link is: http://voce.sourceforge.net.
But for me is not clear how can I use jar file in Qt C++ pro file.
Any ideas?Thanks a lot!!!