diff options
| -rw-r--r-- | cmake/opentrack-boilerplate.cmake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 00862d20..d3becd56 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -46,7 +46,7 @@ function(otr_qt n)      if(".${${n}-hh}" STREQUAL ".")          message(FATAL_ERROR "project ${n} not globbed")      endif() -    qt5_wrap_cpp(${n}-moc ${${n}-hh} ${${n}-cc} OPTIONS --no-notes) +    qt5_wrap_cpp(${n}-moc ${${n}-hh} OPTIONS --no-notes)      qt5_wrap_ui(${n}-uih ${${n}-ui})      qt5_add_resources(${n}-rcc ${${n}-rc})  | 
