radioapp/radiowidgetsplugin/radiowidgetsplugin.pro
changeset 16 f54ebcfc1b80
child 28 075425b8d9a4
equal deleted inserted replaced
14:63aabac4416d 16:f54ebcfc1b80
       
     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 TEMPLATE    = lib
       
    18 TARGET      = radiowidgetsplugin
       
    19 
       
    20 win32: {
       
    21     DESTDIR = ../bin
       
    22     LIBS    += -L../bin
       
    23 }
       
    24 
       
    25 CONFIG      += hb plugin
       
    26 QT          += core
       
    27 
       
    28 INCLUDEPATH += ../radiowidgets/inc
       
    29 INCLUDEPATH += ../commoninc
       
    30 
       
    31 symbian: {
       
    32     TARGET.EPOCALLOWDLLDATA = 1
       
    33     TARGET.CAPABILITY       = CAP_GENERAL_DLL
       
    34     pluginstub.sources      = radiowidgetsplugin.dll
       
    35     pluginstub.path         = /resource/plugins
       
    36     DEPLOYMENT              += pluginstub
       
    37 }
       
    38 
       
    39 SOURCES     += main.cpp
       
    40 
       
    41 LIBS        += -lradiowidgets