summaryrefslogtreecommitdiff
path: root/src/controls/controls.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2016-03-18 14:42:55 +0100
committerAndy Shaw <andy.shaw@theqtcompany.com>2016-03-18 13:53:45 +0000
commitbc337cc38c3de83a381bccd098d30c038e6318f9 (patch)
treeaa6a659a91f02e66ad363218f7a30c919daa786d /src/controls/controls.pro
parent5cf6ad9165cc38b7b2a7e2421d70f0d93256c866 (diff)
downloadqtquickcontrols-bc337cc38c3de83a381bccd098d30c038e6318f9.tar.gz
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 <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/controls/controls.pro')
-rw-r--r--src/controls/controls.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/controls.pro b/src/controls/controls.pro
index 6493eadb..794a6e36 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
}