# | Line 29 | Line 29 | add_subdirectory(ot) | |
---|---|---|
29 | add_subdirectory(px) | |
30 | add_subdirectory(rt) | |
31 | add_subdirectory(util) | |
32 | < | # only use qtrvu if qt5 is found |
33 | < | if(Qt5Widgets_DIR) |
34 | < | add_subdirectory(qtrvu) |
32 | > | if(NOT BUILD_HEADLESS) |
33 | > | # only use qtrvu if qt5 is found |
34 | > | if(Qt5Widgets_DIR) |
35 | > | add_subdirectory(qtrvu) |
36 | > | endif() |
37 | endif() | |
36 | – |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |