On joi, 8 septembrie 2016 20:22:25 EEST Jake Petroules wrote:
> I just found a perfect example of how hard building a JAR file is in qmake
> for example, compared to qbs:

IMHO will be even easier if instead:
qbs-javac-scan.qbs:
[...]
    files: [
        "io/qt/qbs/**/*.java"
    ]
[...]

You'll write:
[...]
    dirs: [
        "io/qt/qbs/"
    ]
[...]

As any java developer is used to write in any java build system ;-)

Cheers,
BogDan.
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to