Skip to content

CMake: Update autogen properties.

Gerald Combs requested to merge geraldcombs/wireshark:qt-automoc into release-3.4

Set the AUTOMOC, AUTOUIC, and AUTORCC properties for the qtui and wireshark targets to match what we currently do in master. This should keep us from running moc and uic on unwanted targets.

Merge request reports