screensaver/screensaverplugins/snsrbigclockscreensaverplugin/snsrbigclockscreensaverplugin.pro
changeset 97 66b5fe3c07fd
parent 95 32e56106abf2
child 98 e6f74eb7f69f
equal deleted inserted replaced
95:32e56106abf2 97:66b5fe3c07fd
     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:  snsrbigclockscreensaverplugin.pro
       
    15 #
       
    16 
       
    17 TEMPLATE = lib
       
    18 CONFIG += plugin hb mobility
       
    19 
       
    20 MOBILITY = serviceframework
       
    21 MOBILITY += systeminfo
       
    22 
       
    23 PLUGIN_SUBDIR = /snsrresources/plugins/screensaverplugins
       
    24 
       
    25 #TRANSLATIONS = snsrbigclockscreensaverplugin.ts
       
    26 
       
    27 include (../../common.pri)
       
    28 
       
    29 LIBS += -lscreensavermodel \
       
    30         -lsnsrutils \
       
    31         -lxqsettingsmanager
       
    32 
       
    33 INCLUDEPATH += ../../snsrutils/inc
       
    34 
       
    35 symbian: {
       
    36     TARGET.UID3 = 0x20027052
       
    37     MMP_RULES += SMPSAFE
       
    38 }
       
    39 
       
    40 include(snsrbigclockscreensaverplugin.pri)
       
    41 
       
    42 RESOURCES = snsrbigclockscreensaver.qrc
       
    43 
       
    44 exportResources(./snsrbigclockscreensaverplugin.qm, resource/qt/translations)
       
    45