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:
Miklós Márton 2020-01-11 15:18:47 +01:00 committed by Hamed Masafi
parent a88450bf13
commit be5434551e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += \
src \
test