radioapp/radiowidgetsplugin/radiowidgetsplugin.pro
branchRCL_3
changeset 19 cce62ebc198e
equal deleted inserted replaced
18:1a6714c53019 19:cce62ebc198e
       
     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 "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 TMP_DIR_NAME = widgetsplugin
       
    18 include(../buildflags.pri)
       
    19 
       
    20 TEMPLATE    = lib
       
    21 TARGET      = fmradiowidgetsplugin
       
    22 symbian:TARGET.UID3 = 0x2002FF4D
       
    23 
       
    24 CONFIG      += hb plugin
       
    25 QT          += core
       
    26 
       
    27 INCLUDEPATH += ../radiowidgets/inc
       
    28 INCLUDEPATH += ../../common
       
    29 
       
    30 symbian: {
       
    31     pluginstub.sources      = fmradiowidgetsplugin.dll
       
    32     pluginstub.path         = /resource/plugins
       
    33     DEPLOYMENT              += pluginstub
       
    34 }
       
    35 
       
    36 SOURCES     += main.cpp
       
    37 
       
    38 LIBS        += -lfmradiowidgets