locationdataharvester/geocodeupdate/geocodeupdate.pro
changeset 30 96df3ab41000
parent 20 cd10d5b85554
child 41 b3dd5ec3089d
--- a/locationdataharvester/geocodeupdate/geocodeupdate.pro	Fri Jun 11 13:33:47 2010 +0300
+++ b/locationdataharvester/geocodeupdate/geocodeupdate.pro	Wed Jun 23 18:07:15 2010 +0300
@@ -25,7 +25,7 @@
 CONFIG += Qt
 
 DEPENDPATH += .
-INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
+
 
 # Input
 # Input
@@ -34,11 +34,16 @@
            ../inc   
 SOURCES +=./src/geocodeupdate.cpp 
 
+MOC_DIR = moc
+
+DEFINES += GEOCODEUPDATEDLL
+
 symbian: 
 { 
     TARGET.EPOCALLOWDLLDATA = 1
     TARGET.CAPABILITY = All -Tcb
     TARGET.UID3 = 0x2002C3A9
+    INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
     deploy.path = $$EPOCROOT
     exportheaders.sources = $$PUBLIC_HEADERS
     exportheaders.path = epoc32/include
@@ -53,4 +58,13 @@
    
 
 }  
+
+defBlock = \      
+	"$${LITERAL_HASH}if defined(EABI)" \
+		"DEFFILE  ../eabi/geocodeupdate.def" \
+    "$${LITERAL_HASH}else" \
+        "DEFFILE  ../bwins/geocodeupdate.def" \
+	"$${LITERAL_HASH}endif"
+MMP_RULES += defBlock
+
 # End of file	--Don't remove this.
\ No newline at end of file