summaryrefslogtreecommitdiffstats
path: root/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm')
-rw-r--r--mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm37
1 files changed, 0 insertions, 37 deletions
diff --git a/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm b/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
deleted file mode 100644
index dce7f205cd..0000000000
--- a/mkspecs/symbian-sbsv2/flm/qt/qmake_extra_pre_targetdep.flm
+++ /dev/null
@@ -1,37 +0,0 @@
-# /****************************************************************************
-# **
-# ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-# ** Contact: Nokia Corporation (qt-info@nokia.com)
-# **
-# ** This file is part of symbian-sbsv2 mkspec.
-# **
-# ****************************************************************************/
-
-
-SINGLETON:=$(call sanitise,TARGET_$(PREDEP_TARGET))
-
-$(call makepathfor,$(PREDEP_TARGET))
-
-ifeq ($(patsubst /epoc32/%,MATCH,$(firstword $(COMMAND))),MATCH)
-COMMAND:=$(EPOCROOT)$(COMMAND)
-endif
-
-define qmake_extra_pre_targetdep
-EXPORT:: $(PREDEP_TARGET)
-
-# Prevent duplicate targets from being created
-$(SINGLETON):=1
-
-$(PREDEP_TARGET): $(DEPS)
- $(call startrule,qmake_extra_pre_targetdep,FORCESUCCESS) \
- $(COMMAND) \
- $(call endrule,qmake_extra_pre_targetdep)
-endef
-
-ifeq ($($(SINGLETON)),)
-$(eval $(qmake_extra_pre_targetdep))
-$(eval $(call GenerateStandardCleanTarget,$(PREDEP_TARGET),''))
-endif
-
-
-