Set ordered config in the pro file (#63)
When building the nut.pro (with multiple threads) it was possible to have a build failure until the library have not built. The CONFIG += ordered line solves this problem: > When using the subdirs template, this option specifies that the directories listed should be processed in the order in which they are given. https://doc.qt.io/qt-5/qmake-variable-reference.html
This commit is contained in:
parent
a88450bf13
commit
be5434551e