From 02542b4cc73a12be8c1d3f583340400dd761ce24 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 20 Nov 2013 23:17:13 +0100 Subject: QtAutoUic: Handle new -include command line parameter. --- Source/cmQtAutoGenerators.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmQtAutoGenerators.cxx b/Source/cmQtAutoGenerators.cxx index 017ac29..576883f 100644 --- a/Source/cmQtAutoGenerators.cxx +++ b/Source/cmQtAutoGenerators.cxx @@ -565,6 +565,7 @@ void cmQtAutoGenerators::MergeUicOptions(std::vector &opts, "translate", "postfix", "generator", + "include", // Since Qt 5.3 "g" }; std::vector extraOpts; -- cgit v0.12