Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
# /****************************************************************************
|
|
# **
|
|
# ** 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
|
|
|