summaryrefslogtreecommitdiffstats
path: root/config.profiles/symbian/qtconfig.flm
diff options
context:
space:
mode:
Diffstat (limited to 'config.profiles/symbian/qtconfig.flm')
-rw-r--r--config.profiles/symbian/qtconfig.flm12
1 files changed, 10 insertions, 2 deletions
diff --git a/config.profiles/symbian/qtconfig.flm b/config.profiles/symbian/qtconfig.flm
index 56c3d6bc72..94f732a1f4 100644
--- a/config.profiles/symbian/qtconfig.flm
+++ b/config.profiles/symbian/qtconfig.flm
@@ -66,9 +66,10 @@ $(SOURCEDIR)/qmake$(DOTEXE): $(EXTENSION_ROOT)/$(QT_ROOT)/$(CONFIGURE_APP)
$(GNUCP) -R $(EXTENSION_ROOT)/$(QT_ROOT)/mkspecs $(MKSPECDIR)
$(call endrule,mkspecexport)
-WHAT::
+FINAL WHAT:: $(SOURCEDIR)/qmake$(DOTEXE)
$(call startrawoutput) \
echo "$(call whatLogOpen)"; \
+ cd $(EXTENSION_ROOT)/$(QT_ROOT)/config.profiles/symbian && \
perl headerexport -base-dir $(EXTENSION_ROOT)/$(QT_ROOT) -outdir $(EPOCROOT)/epoc32/include/ -what | \
(read -r LINE; \
while [ $$$$? -eq 0 ]; do \
@@ -76,7 +77,14 @@ WHAT::
read -r LINE; \
done; \
); \
- echo "$(call whatLogClose)" \
+ $(GNUFIND) $(EXTENSION_ROOT)/$(QT_ROOT)/mkspecs -type f | \
+ (read -r LINE; \
+ while [ $$$$? -eq 0 ]; do \
+ echo "$(call whatLogItem,,$$$$LINE)" | $(GNUSED) 's#$(EXTENSION_ROOT)/$(QT_ROOT)#$(MKSPECDIR)#'; \
+ read -r LINE; \
+ done; \
+ ); \
+ echo "$(call whatLogClose)"; \
$(call endrawoutput)
endef