• Wladimir J. van der Laan's avatar
    build: build qt tests after qt libs/executable · 5c80b9a7
    Wladimir J. van der Laan authored
    Autotools defaults to a depth-first recursion which causes the qt tests
    to be built before the executables and libraries.
    
    This is inconvenient as make needs to be called twice to make sure the
    tests are up to date after changing a source file.
    
    Update the Makefile.am to change this order.
    5c80b9a7
Makefile.am 9.81 KB