[Qt-jambi-interest] src target in build.xml
Helge Fredriksen
hf at poseidon.no
Tue Dec 15 23:57:53 CET 2009
Hello!
Would it be possible for you to add a src package target in build.xml.
This is quite handy for those of us who use IntelliJ as IDE since
including the src on the jambi lib makes it possible to see the names of
arguments in methods with Ctrl-P.
I added this on a widget we compile using the generator. Something like
this:
<target name="src-zip">
<zip basedir="${basedir}" destfile="${basedir}/qtjambi-src.zip">
<include name="**/*.java"/>
</zip>
</target>
Regards,
Helge Fredriksen
More information about the Qt-jambi-interest
mailing list