locationdataharvester/geocodeupdate/geocodeupdate.pro
changeset 30 96df3ab41000
parent 20 cd10d5b85554
child 41 b3dd5ec3089d
equal deleted inserted replaced
26:f3533f6eae3f 30:96df3ab41000
    23 
    23 
    24 CONFIG += dll
    24 CONFIG += dll
    25 CONFIG += Qt
    25 CONFIG += Qt
    26 
    26 
    27 DEPENDPATH += .
    27 DEPENDPATH += .
    28 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    28 
    29 
    29 
    30 # Input
    30 # Input
    31 # Input
    31 # Input
    32 HEADERS += ./inc/geocodeupdate.h \
    32 HEADERS += ./inc/geocodeupdate.h \
    33            ../mylocationlogger/inc \
    33            ../mylocationlogger/inc \
    34            ../inc   
    34            ../inc   
    35 SOURCES +=./src/geocodeupdate.cpp 
    35 SOURCES +=./src/geocodeupdate.cpp 
    36 
    36 
       
    37 MOC_DIR = moc
       
    38 
       
    39 DEFINES += GEOCODEUPDATEDLL
       
    40 
    37 symbian: 
    41 symbian: 
    38 { 
    42 { 
    39     TARGET.EPOCALLOWDLLDATA = 1
    43     TARGET.EPOCALLOWDLLDATA = 1
    40     TARGET.CAPABILITY = All -Tcb
    44     TARGET.CAPABILITY = All -Tcb
    41     TARGET.UID3 = 0x2002C3A9
    45     TARGET.UID3 = 0x2002C3A9
       
    46     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    42     deploy.path = $$EPOCROOT
    47     deploy.path = $$EPOCROOT
    43     exportheaders.sources = $$PUBLIC_HEADERS
    48     exportheaders.sources = $$PUBLIC_HEADERS
    44     exportheaders.path = epoc32/include
    49     exportheaders.path = epoc32/include
    45     DEPLOYMENT += exportheaders
    50     DEPLOYMENT += exportheaders
    46     
    51     
    51 		    -lestor \
    56 		    -lestor \
    52 		    -lflogger
    57 		    -lflogger
    53    
    58    
    54 
    59 
    55 }  
    60 }  
       
    61 
       
    62 defBlock = \      
       
    63 	"$${LITERAL_HASH}if defined(EABI)" \
       
    64 		"DEFFILE  ../eabi/geocodeupdate.def" \
       
    65     "$${LITERAL_HASH}else" \
       
    66         "DEFFILE  ../bwins/geocodeupdate.def" \
       
    67 	"$${LITERAL_HASH}endif"
       
    68 MMP_RULES += defBlock
       
    69 
    56 # End of file	--Don't remove this.
    70 # End of file	--Don't remove this.