ganeswidgets/rom/rom.pri
changeset 5 4fa04caf0f43
parent 0 89c329efa980
--- a/ganeswidgets/rom/rom.pri	Thu May 27 13:59:05 2010 +0300
+++ b/ganeswidgets/rom/rom.pri	Fri Jun 11 14:43:11 2010 +0300
@@ -17,11 +17,7 @@
 symbian {
 	HGWIDGETS_IBY_DIR = $$section(PWD,":",1)
 
-	exists(/epoc32/include/platform_paths.hrh) {
-    	BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
-	} else {
-    	BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <domain\osextensions\platform_paths.hrh>"
-	}
+	BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include <platform_paths.hrh>"
 
 	BLD_INF_RULES.prj_exports += "$$HGWIDGETS_IBY_DIR/ganeswidgets.iby CORE_MW_LAYER_IBY_EXPORT_PATH(ganeswidgets.iby)"
 }
\ No newline at end of file