From bc337cc38c3de83a381bccd098d30c038e6318f9 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Fri, 18 Mar 2016 14:42:55 +0100 Subject: Don't duplicate the files listed in QML_FILES Since they will be added already when qtquickcompiler is not set then we only want them to be added if this was not actually set. Change-Id: I58a0308388b4e604bc036624a41d33b2cb16625b Reviewed-by: J-P Nurmi --- src/controls/controls.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/controls/controls.pro b/src/controls/controls.pro index 6493eadb1..794a6e36f 100644 --- a/src/controls/controls.pro +++ b/src/controls/controls.pro @@ -82,7 +82,7 @@ osx: LIBS_PRIVATE += -framework Carbon RESOURCES += $$GENERATED_RESOURCE_FILE } else { - QML_FILES += $$CONTROLS_QML_FILES \ + QML_FILES *= $$CONTROLS_QML_FILES \ $$PRIVATE_QML_FILES \ $$STYLES_QML_FILES } -- cgit v1.2.3