summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-boilerplate.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-10-28 17:29:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-10-28 17:29:56 +0200
commitb2ceb8fd3f3a6eb991e30844d567f9dade87a92d (patch)
treeb6c6e11476253b7239667c48aea49542811974b1 /cmake/opentrack-boilerplate.cmake
parent8f8014bf7178c6c06d5bb1760ba6619f161d1ac6 (diff)
cmake: stuff
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r--cmake/opentrack-boilerplate.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake
index d3becd56..00862d20 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} OPTIONS --no-notes)
+ qt5_wrap_cpp(${n}-moc ${${n}-hh} ${${n}-cc} OPTIONS --no-notes)
qt5_wrap_ui(${n}-uih ${${n}-ui})
qt5_add_resources(${n}-rcc ${${n}-rc})