summaryrefslogtreecommitdiff
path: root/mkspecs/symbian-sbsv2/flm/qt/qmake_clean.flm
blob: f63b64616ddcf4e283be5d76f456967a98184b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /****************************************************************************
# **
# ** Copyright (C) 2015 The Qt Company Ltd.
# ** Contact: http://www.qt.io/licensing/
# **
# ** This file is part of symbian-sbsv2 mkspec.
# **
# ****************************************************************************/


SINGLETON:=$(call sanitise,QMAKE_CLEAN_SINGLETON_$(EXTENSION_ROOT))

ifeq ($($(SINGLETON)),)
# Prevent duplicate targets from being created
$(SINGLETON):=1
$(eval $(call GenerateStandardCleanTarget,$(wildcard $(patsubst "%",%,$(CLEAN_FILES)))))
endif