My sample application tells me:
No \'qtjambi-deployment.xml\' found in classpath, loading
libraries via \'java.library.path\'
I wish for my
You can right click on any directory in your IntelliJ project, select "Mark Directory As...", and choose "Source Root". That director folder will change color from yellow to blue; IntelliJ considers all those directories to be in your CLASSPATH.
qtjambi-deployment.xml
file is situated in qtjambi-win<architecture>-msvc<year>-<vertion>.jar
. Add this package to your classpath and your building problem will be solved. I hope)