From 56bfb8de5d1ddc3a499b03be8ae75c9832b6f878 Mon Sep 17 00:00:00 2001 From: Regina Pfeifer Date: Thu, 12 Sep 2019 10:22:50 +0200 Subject: cmQTWrapCPPCommand: Port away from cmCommand Ref: #19499 --- Source/cmCommands.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/cmCommands.cxx') diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index ed6d24ccbd..79e91b32e4 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -289,8 +289,7 @@ void GetProjectCommands(cmState* state) cm::make_unique()); state->AddBuiltinCommand("load_cache", cm::make_unique()); - state->AddBuiltinCommand("qt_wrap_cpp", - cm::make_unique()); + state->AddBuiltinCommand("qt_wrap_cpp", cmQTWrapCPPCommand); state->AddBuiltinCommand("qt_wrap_ui", cm::make_unique()); state->AddBuiltinCommand("remove_definitions", cm::make_unique()); -- cgit v1.2.1