javauis/nokiauiapi_qt/build/nokiauiapiqt/javanokiaui.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=javanokiaui
    18 TARGET=javanokiaui
    19 CONFIG += omj java
    19 CONFIG += omj java stl
    20 
       
    21 QT += core
       
    22 
    20 
    23 symbian {
    21 symbian {
    24     
    22     
    25     CONFIG +=hb
    23     CONFIG +=hb
    26    
    24    
    27     INCLUDEPATH += ../../inc ../../../../inc
    25     INCLUDEPATH += ../../inc ../../../../inc
    28 
    26 
    29     HEADERS += ../../inc/CSoftNotification.h ../../inc/autorelease.h
    27     HEADERS += ../../inc/CSoftNotification.h ../../inc/autorelease.h ../../inc/CGlobalindicators.h
    30     SOURCES += ../../src/os.cpp ../../src/CSoftNotification.cpp
    28     SOURCES += ../../src/os.cpp ../../src/CSoftNotification.cpp ../../src/CGlobalIndicators.cpp
    31    
    29    
    32     LIBS += -lcone
    30     LIBS += -lcone
    33     LIBS += -ltouchfeedback
    31     LIBS += -ltouchfeedback
    34     LIBS += -lHbCore
    32     LIBS += -lHbCore
    35     LIBS += -lbafl
    33     LIBS += -lbafl
    36     LIBS += -lws32
    34     LIBS += -lws32
    37     LIBS += -lapparc
    35     LIBS += -lapparc
    38     LIBS += -lapgrfx  
    36     LIBS += -lapgrfx
       
    37     LIBS += -ljavastorage
       
    38     LIBS += -llibstdcpp
       
    39     LIBS += -ljavautils
    39 }
    40 }
    40 
    41 
    41 include(../../../../build/omj.pri)
    42 include(../../../../build/omj.pri)