Skip to content

CMake: Enable AUTO{MOC,UIC,RCC} for the qtui target explicitly.

Gerald Combs requested to merge geraldcombs/wireshark:cmake-automoc into master

The CMAKE_AUTO{MOC,UIC,RCC} macros set their respective properties for all targets. There's no sense in running Qt's meta-object, user interface, or resource compilers on code outside of ui/qt, so just set them for the qtui target. Ping #17314 (closed).

Merge request reports