# HG changeset patch # User kunmitta <> # Date 1265105206 0 # Node ID 226aba1c0d68293ae28eee8dd93d32e87c7a353a # Parent a4bc95a3b539ec63e7cee08d7f2be9400050ab55 Add a workaround to enable the Qt team to link their code against Symbian DLL's diff -r a4bc95a3b539 -r 226aba1c0d68 sbsv2/raptor/RELEASE-NOTES.txt --- a/sbsv2/raptor/RELEASE-NOTES.txt Tue Jan 26 14:49:20 2010 +0000 +++ b/sbsv2/raptor/RELEASE-NOTES.txt Tue Feb 02 10:06:46 2010 +0000 @@ -9,6 +9,10 @@ -c tools2.win32 -c tools2 It only applies to platform tools2 on Linux +version 2.12.1 + +- Add a workaround to enable the Qt team to link their code against Symbian DLL's + version 2.12.0 New Features: diff -r a4bc95a3b539 -r 226aba1c0d68 sbsv2/raptor/lib/config/locations.xml --- a/sbsv2/raptor/lib/config/locations.xml Tue Jan 26 14:49:20 2010 +0000 +++ b/sbsv2/raptor/lib/config/locations.xml Tue Feb 02 10:06:46 2010 +0000 @@ -73,6 +73,7 @@ + diff -r a4bc95a3b539 -r 226aba1c0d68 sbsv2/raptor/lib/config/variants.xml --- a/sbsv2/raptor/lib/config/variants.xml Tue Jan 26 14:49:20 2010 +0000 +++ b/sbsv2/raptor/lib/config/variants.xml Tue Feb 02 10:06:46 2010 +0000 @@ -37,6 +37,9 @@ + + + diff -r a4bc95a3b539 -r 226aba1c0d68 sbsv2/raptor/lib/flm/e32abiv2.flm --- a/sbsv2/raptor/lib/flm/e32abiv2.flm Tue Jan 26 14:49:20 2010 +0000 +++ b/sbsv2/raptor/lib/flm/e32abiv2.flm Tue Feb 02 10:06:46 2010 +0000 @@ -776,6 +776,7 @@ $(if $(LINKERFEEDBACK_STAGE2),$(FEEDBACK_OPTION)$(call dblquote,$(FEEDBACKFILE))) \ $(if $(MULTIFILE_ENABLED),--multifile $(OUTPUT_OPTION) $(MULTIFILEOBJECT) \ --via $$(call dblquote, $(MULTIFILE_VIAFILE)),$(OUTPUT_OPTION) $$@ $$(call dblquote, $$<)) \ + $(if $(REFERENCES_STV_DEFAULT),&& $(UNHIDE_CI_REFS) $$@,) \ $(call endrule,compile) CLEANTARGETS:=$$(CLEANTARGETS) $(DEPENDFILENAME) @@ -959,6 +960,7 @@ $(if $(USERINCLUDE),$(COMPILER_SYSTEM_INCLUDE_OPTION),)$$(call concat, $(COMPILER_SYSTEM_INCLUDE_OPTION),$$(call dblquote,$(USERINCLUDE))) \ $(if $(SYSTEMINCLUDE),$(COMPILER_SYSTEM_INCLUDE_OPTION),)$$(call concat, $(COMPILER_SYSTEM_INCLUDE_OPTION),$$(call dblquote,$(SYSTEMINCLUDE))) \ $$(call dblquote, $$<) $(OUTPUT_OPTION) $$@ \ + $(if $(REFERENCES_STV_DEFAULT),&& $(UNHIDE_CI_REFS) $$@,) \ $(call endrule,cia2cpp2o) diff -r a4bc95a3b539 -r 226aba1c0d68 sbsv2/raptor/lib/flm/standard.xml --- a/sbsv2/raptor/lib/flm/standard.xml Tue Jan 26 14:49:20 2010 +0000 +++ b/sbsv2/raptor/lib/flm/standard.xml Tue Feb 02 10:06:46 2010 +0000 @@ -75,6 +75,7 @@ + @@ -102,6 +103,7 @@ +