From 85e2c5cec43dec0c290f59b9e976b9f5463235b9 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 11 Apr 2012 22:49:16 +0200 Subject: Add forwarding macro for qt4_wrap_cpp. --- modules/ECMQt4To5Porting.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules') diff --git a/modules/ECMQt4To5Porting.cmake b/modules/ECMQt4To5Porting.cmake index 79767cfe..8f09d442 100644 --- a/modules/ECMQt4To5Porting.cmake +++ b/modules/ECMQt4To5Porting.cmake @@ -185,6 +185,10 @@ macro(qt4_wrap_ui) qt5_wrap_ui(${ARGN}) endmacro() +macro(qt4_wrap_cpp) + qt5_wrap_cpp(${ARGN}) +endmacro() + macro(qt4_generate_moc) qt5_generate_moc(${ARGN}) endmacro() -- cgit v1.2.1