--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/qtcontactsmobility/src/global/global.pro Fri Mar 19 09:27:18 2010 +0200
@@ -0,0 +1,23 @@
+#for now we don't 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 {
+ deploy.path = $$EPOCROOT
+ exportheaders.sources = $$PUBLIC_HEADERS
+ exportheaders.path = epoc32/include/mw
+
+ #export headers into EPOCROOT
+ for(header, exportheaders.sources) {
+ BLD_INF_RULES.prj_exports += "$$header $$deploy.path$$exportheaders.path/$$basename(header)"
+ }
+}
+
+