equal
deleted
inserted
replaced
14 # Description: Location data lookup db project file |
14 # Description: Location data lookup db project file |
15 |
15 |
16 TEMPLATE = lib |
16 TEMPLATE = lib |
17 DEPENDPATH += . |
17 DEPENDPATH += . |
18 INCLUDEPATH += . |
18 INCLUDEPATH += . |
|
19 INCLUDEPATH += ..\inc |
19 |
20 |
20 |
21 |
21 # By default Qt adds dependencies to QtCore and QtGui, |
22 # By default Qt adds dependencies to QtCore and QtGui, |
22 # QtCore is enough for this example |
23 # QtCore is enough for this example |
23 #QT = core |
24 #QT = core |
43 "$${LITERAL_HASH}else" \ |
44 "$${LITERAL_HASH}else" \ |
44 "DEFFILE ../bwins/locationdatalookupdb.def" \ |
45 "DEFFILE ../bwins/locationdatalookupdb.def" \ |
45 "$${LITERAL_HASH}endif" |
46 "$${LITERAL_HASH}endif" |
46 MMP_RULES += defBlock |
47 MMP_RULES += defBlock |
47 |
48 |
|
49 |
|
50 |
|
51 symbian:MMP_RULES += SMPSAFE |