[Development] Notes on "Qt Build Systems" @ QtCon 2016

BogDan Vatra bogdan at kdab.com
Sat Sep 10 08:36:00 CEST 2016


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.



More information about the Development mailing list