screensaver/devicedialogplugins/snsrdevicedialogplugin/snsrdevicedialogplugin.pro
changeset 62 341166945d65
child 76 3916af29624a
equal deleted inserted replaced
57:2e2dc3d30ca8 62:341166945d65
       
     1 #
       
     2 # Copyright (c) 2009 - 2010 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 "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: snsrdevicedialogplugin.pro
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += hb plugin mobility
       
    19 MOBILITY = serviceframework
       
    20 
       
    21 include (../../common.pri)
       
    22 include (snsrdevicedialogplugin.pri)
       
    23 
       
    24 LIBS += -lxqsettingsmanager
       
    25 LIBS += -lscreensavermodel
       
    26 
       
    27 symbian: {
       
    28     TARGET.UID3 = 0x2002704E
       
    29     TARGET.CAPABILITY = CAP_ECOM_PLUGIN
       
    30     
       
    31     include(snsrdevicedialogplugin_exports_to_rom.pri)
       
    32     exists($${EPOCROOT}epoc32/include/mw/XQSettingsManager):LIBS += -lxqsettingsmanager
       
    33 
       
    34     pluginstub.sources = snsrdevicedialogplugin.dll
       
    35     pluginstub.path = /resource/plugins/devicedialogs
       
    36     DEPLOYMENT += pluginstub
       
    37 }
       
    38 
       
    39 win32: {
       
    40     include ($$[QMAKE_MKSPECS]/features/hb_install.prf)
       
    41     DESTDIR = $$HB_PLUGINS_DIR/devicedialogs
       
    42 }