diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-11-02 00:19:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-11-02 00:19:05 +0100 |
commit | 1e658e9b594486c1fa04e438dc7ce88a2ed87222 (patch) | |
tree | 6efe754b430574a62d38d8d175a5287ec5ad742e | |
parent | 9f05b73e6cb3bb8224daef8dda39b42b4fa423c5 (diff) |
cmake: fix build
-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}) |