javauis/nokiauiapi_qt/build/softindicatorplugin/javasoftindicatorplugin.pro
changeset 78 71ad690e91f5
parent 72 1f0034e370aa
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 TEMPLATE=lib
    17 TEMPLATE=lib
    18 TARGET=javasoftindicatorplugin
    18 TARGET=javasoftindicatorplugin
    19 CONFIG += plugin 
    19 CONFIG += plugin stl
    20 QT += core
    20 QT += core
    21 symbian : plugin {
    21 symbian : plugin {
    22     
    22     
    23         CONFIG +=hb
    23         CONFIG +=hb
    24                 
    24                 
    44         LIBS += -lHbCore
    44         LIBS += -lHbCore
    45         LIBS += -lxqservice
    45         LIBS += -lxqservice
    46         LIBS += -lws32
    46         LIBS += -lws32
    47         LIBS += -lapparc
    47         LIBS += -lapparc
    48         LIBS += -lapgrfx
    48         LIBS += -lapgrfx
    49         LIBS += -lefsrv
    49         LIBS += -ljavastorage
       
    50         LIBS += -llibstdcpp
       
    51         LIBS += -ljavautils
    50                 
    52                 
    51     
    53     
    52     include(../../../../build/symbian_uids.pri)
    54     include(../../../../build/symbian_uids.pri)
    53 }
    55 }
    54 
    56