OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
365 stars 43 forks source link

v6.7.1 compilation issue in Ubuntu 22.04 #201

Closed pagep-STM closed 5 months ago

pagep-STM commented 5 months ago

v6.7.1 compilation issue in folowing configuration:

Command executed: QTDIR=/Qt/6.7.1/gcc_64 ant library

build_2024-05-30_10-58-20.log

omix commented 5 months ago

You need to do ant all instead

pagep-STM commented 5 months ago

Ok, this is fine now with "all" command: ant -Dqt="6.7" all