cmake: remove custom rule for .ui, we already have AUTOUIC

This commit is contained in:
Philippe Teuwen 2020-04-17 01:13:52 +02:00
parent fdccfb2b88
commit ad28dc1fa0

View file

@ -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")