summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorGuoqing Zhang <guoqing.zhang@nokia.com>2011-03-09 13:49:35 +0200
committerGuoqing Zhang <guoqing.zhang@nokia.com>2011-03-09 13:49:35 +0200
commit3d946b24834973816b4f472828c03bc07b10b3ac (patch)
tree36ab6a5c6d14cdd32caf5c29c2797718da0ffb6d /mkspecs
parentddeee0dc7d9c2bfd4ad4e2f71497f1135446051a (diff)
Adding quote around files in QMAKE_CLEAN to tackle wildcard issue
Task-number: QTPROD-875 Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm b/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm
index fe35e6ef4d..c9a88fc4ca 100644
--- a/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm
+++ b/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm
@@ -13,6 +13,6 @@ SINGLETON:=$(call sanitise,QMAKE_CLEAN_SINGLETON_$(EXTENSION_ROOT))
ifeq ($($(SINGLETON)),)
# Prevent duplicate targets from being created
$(SINGLETON):=1
-$(eval $(call GenerateStandardCleanTarget,$(CLEAN_FILES),''))
+$(eval $(call GenerateStandardCleanTarget,$(wildcard $(patsubst "%",%,$(CLEAN_FILES)))))
endif