From 33c1f9628225791008127b4fc24f08cf246eeb95 Mon Sep 17 00:00:00 2001
From: Pawel Polanski <pawel.3.polanski@nokia.com>
Date: Mon, 27 Sep 2010 12:56:37 +0200
Subject: [PATCH] Library header files are not exported anymore (SymbianOS)

---
 .../qt4projectmanager/wizards/mobilelibraryparameters.cpp       | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp b/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
index 94afa5ddf47..66d10816fcd 100644
--- a/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
+++ b/src/plugins/qt4projectmanager/wizards/mobilelibraryparameters.cpp
@@ -100,8 +100,6 @@ void MobileLibraryParameters::writeSymbianProFile(QTextStream &str) const
            "    TARGET.UID3 = " + symbianUid + "\n"
            "    TARGET.CAPABILITY = " + generateCapabilitySet(symbianCapabilities).toAscii() + "\n"
            "    TARGET.EPOCALLOWDLLDATA = 1\n"
-           "    BLD_INF_RULES.prj_exports += \"" + fileName + ".h\"\n"
-           "    BLD_INF_RULES.prj_exports += \"" + fileName + "_global.h\"\n"
            "    addFiles.sources = " + fileName + ".dll\n"
            "    addFiles.path = !:/sys/bin\n"
            "    DEPLOYMENT += addFiles\n"
-- 
GitLab