From ad28dc1fa0c85a450c5b822329e1197440a4e62f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 17 Apr 2020 01:13:52 +0200 Subject: [PATCH] cmake: remove custom rule for .ui, we already have AUTOUIC --- client/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 7fdba41d8..dbfc62cf0 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -416,11 +416,6 @@ add_custom_command(OUTPUT lualibs/mfc_default_keys.lua COMMENT "Creating lualibs/mfc_default_keys.lua" ) -add_custom_command(OUTPUT src/ui/ui_overlays.h - COMMAND "$(UIC) src/ui/overlays.ui > src/ui/ui_overlays.h" - COMMENT "Creating ui/ui_overlays.h" - ) - #"make package" will trigger this SET(CPACK_GENERATOR "DEB") SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Iceman")