| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | # RCSid $Id$ |
| 2 | + | |
| 3 | if(UNIX) | |
| 4 | find_library(LIB_M m DOC "Path to libm") | |
| 5 | if(NOT LIB_M) | |
| # | Line 50 | Line 52 | add_subdirectory(ot) | |
| 52 | add_subdirectory(px) | |
| 53 | add_subdirectory(rt) | |
| 54 | add_subdirectory(util) | |
| 55 | < | if(NOT BUILD_HEADLESS AND Qt5Widgets_DIR) |
| 55 | > | if(NOT BUILD_HEADLESS AND BUILD_QT) |
| 56 | # only use qtrvu if qt5 is found | |
| 57 | add_subdirectory(qtrvu) | |
| 58 | endif() | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |