qtmobility/src/global/global.pro
branchRCL_3
changeset 22 5d007b20cfd0
parent 21 885c2596c964
child 23 cd2778e5acfe
--- a/qtmobility/src/global/global.pro	Thu Aug 19 10:43:30 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#for now we do not actually have anything to build
-#just ensure installation of public headers
-TEMPLATE = subdirs
-
-include(../../common.pri)
-PUBLIC_HEADERS += qmobilityglobal.h
-
-headers.files = $$PUBLIC_HEADERS
-headers.path = $$QT_MOBILITY_INCLUDE
-INSTALLS+= headers
-
-symbian {
-    path=$$MW_LAYER_PUBLIC_EXPORT_PATH("")
-
-    exportPath=$$EPOCROOT"."$$dirname(path)
-    nativePath=$$replace(exportPath, /,\)
-    exists($$nativePath) {
-    } else {
-        system($$QMAKE_MKDIR $$nativePath)
-    }
-
-    for(header, headers.files) {
-        BLD_INF_RULES.prj_exports += "$$header $$MW_LAYER_PUBLIC_EXPORT_PATH($$basename(header))"
-    }
-}