locationdataharvester/locationdatalookupdb/locationdatalookupdb.pro
changeset 30 96df3ab41000
parent 20 cd10d5b85554
child 41 b3dd5ec3089d
equal deleted inserted replaced
26:f3533f6eae3f 30:96df3ab41000
    15 
    15 
    16 TEMPLATE = lib
    16 TEMPLATE = lib
    17 DEPENDPATH += .
    17 DEPENDPATH += .
    18 INCLUDEPATH += .
    18 INCLUDEPATH += .
    19 
    19 
       
    20 
    20 # By default Qt adds dependencies to QtCore and QtGui, 
    21 # By default Qt adds dependencies to QtCore and QtGui, 
    21 # QtCore is enough for this example 
    22 # QtCore is enough for this example 
    22 #QT = core
    23 #QT = core
    23 QT           += sql
    24 QT           += sql
    24 
    25 
    31 symbian: {
    32 symbian: {
    32     TARGET.UID3 = 0x2002E714
    33     TARGET.UID3 = 0x2002E714
    33     TARGET.EPOCALLOWDLLDATA = 1
    34     TARGET.EPOCALLOWDLLDATA = 1
    34 TARGET.CAPABILITY = ALL \
    35 TARGET.CAPABILITY = ALL \
    35         -TCB
    36         -TCB
       
    37     INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    36 }    
    38 }    
    37 
    39 
       
    40 defBlock = \      
       
    41 	"$${LITERAL_HASH}if defined(EABI)" \
       
    42 		"DEFFILE  ../eabi/locationdatalookupdb.def" \
       
    43     "$${LITERAL_HASH}else" \
       
    44         "DEFFILE  ../bwins/locationdatalookupdb.def" \
       
    45 	"$${LITERAL_HASH}endif"
       
    46 MMP_RULES += defBlock
       
    47