javauis/nokiauiapi_qt/build/softindicatorplugin/javasoftindicatorplugin.pro
changeset 79 2f468c1958d0
child 78 71ad690e91f5
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
       
     1 #
       
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: 
       
    15 #
       
    16 
       
    17 TEMPLATE=lib
       
    18 TARGET=javasoftindicatorplugin
       
    19 CONFIG += plugin 
       
    20 QT += core
       
    21 symbian : plugin {
       
    22     
       
    23         CONFIG +=hb
       
    24                 
       
    25         INCLUDEPATH += ../../softindicatorplugin/inc ../../../../inc
       
    26                 
       
    27         HEADERS += ../../softindicatorplugin/inc/javasoftindicator.h ../../softindicatorplugin/inc/javasoftindicatorplugin.h
       
    28         SOURCES += ../../softindicatorplugin/src/javasoftindicator.cpp ../../softindicatorplugin/src/javasoftindicatorplugin.cpp
       
    29                 
       
    30         TARGET.EPOCALLOWDLLDATA = 1
       
    31         TARGET.CAPABILITY = ALL -TCB
       
    32 
       
    33         PLUGIN_STUB_PATH = /resource/plugins/indicators
       
    34         pluginstub.sources = $${TARGET}.dll
       
    35         pluginstub.path = $$PLUGIN_STUB_PATH
       
    36     
       
    37         DEPLOYMENT += pluginstub
       
    38     
       
    39         qtplugins.path = $$PLUGIN_STUB_PATH
       
    40         qtplugins.sources += qmakepluginstubs/$${TARGET}.qtplugin
       
    41                 
       
    42         for(qtplugin, qtplugins.sources):BLD_INF_RULES.prj_exports += "./$$qtplugin  z:$$qtplugins.path/$$basename(qtplugin)"    
       
    43                 
       
    44         LIBS += -lHbCore
       
    45         LIBS += -lxqservice
       
    46         LIBS += -lws32
       
    47         LIBS += -lapparc
       
    48         LIBS += -lapgrfx
       
    49         LIBS += -lefsrv
       
    50                 
       
    51     
       
    52     include(../../../../build/symbian_uids.pri)
       
    53 }
       
    54