rdit-ch / itemframework

A Qt-based application framework that allows users to define units and control the flow of data between them.
https://rdit.ch
8 stars 9 forks source link

Build System: First make failes because of missing dependencies on dev branch #28

Closed t-moe closed 7 years ago

t-moe commented 7 years ago

Even though we use a ordered pro-file (first build lib, then tests), the build of the tests fails.

collect2: error: ld returned 1 exit status make[4]: *** [Makefile:83: ../../../build/linux/debug/testItemSerializer] Error 1

Reason: We use make -j4 which will start multiple jobs. Tests has a missing dependency on lib.