homescreenapp/hsutils/hsutils.pro
changeset 39 4e8ebe173323
parent 35 f9ce957a272c
child 90 3ac3aaebaee5
equal deleted inserted replaced
36:cdae8c6c3876 39:4e8ebe173323
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 
    18 
    19 include (../common.pri)
    19 include (../common.pri)
    20 
    20 
    21 CONFIG += hb 
    21 CONFIG += hb mobility
       
    22 MOBILITY = systeminfo
    22 QT += sql
    23 QT += sql
    23 
    24 
    24 DEFINES += HSUTILS_LIB
    25 DEFINES += HSUTILS_LIB
    25 DEPENDPATH += . \
    26 DEPENDPATH += . \
    26               inc \
    27               inc \
    30                inc \
    31                inc \
    31             ../serviceproviders/hsmenuserviceprovider/inc
    32             ../serviceproviders/hsmenuserviceprovider/inc
    32 
    33 
    33 symbian: {
    34 symbian: {
    34     TARGET.UID3 = 0x20022F3C
    35     TARGET.UID3 = 0x20022F3C
       
    36     LIBS+=-lxqservice -lxqserviceutil
    35 }
    37 }
    36 
    38 
    37 include(hsutils.pri)
    39 include(hsutils.pri)
    38 
    40 
    39 
    41