radioapp/radiouiengine/tsrc/t_radiouiengine.pro
changeset 13 46974bebc798
child 16 f54ebcfc1b80
equal deleted inserted replaced
0:f3d95d9c00ab 13:46974bebc798
       
     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: project file for radiouiengine tests
       
    15 *
       
    16 */
       
    17 
       
    18 TEMPLATE = app
       
    19 TARGET = t_radiouiengine
       
    20 
       
    21 
       
    22 symbian: {
       
    23     TARGET.CAPABILITY = CAP_GENERAL_DLL
       
    24     TARGET.SID = 0x101FF976 # Old visual radio uid
       
    25 }
       
    26 
       
    27 
       
    28 DEPENDPATH += . \
       
    29     inc \
       
    30     src
       
    31 INCLUDEPATH += . \
       
    32     /epoc32/include/domain \
       
    33     /epoc32/include/domain/middleware \
       
    34     /epoc32/include/domain/applications \
       
    35     /epoc32/include/osextensions \
       
    36     /epoc32/include/middleware \
       
    37     /epoc32/include/osextensions/stdapis/stlport \
       
    38     stub/inc \
       
    39     ../../../inc \
       
    40     ../inc \
       
    41     ../../radioenginewrapper/commoninc \
       
    42     ../../radioenginewrapper/inc \
       
    43     ../../radiopresetstorage/inc \
       
    44     ../../../../inc
       
    45 
       
    46 CONFIG += qtestlib
       
    47 
       
    48 symbian:LIBS += -lradiouiengine
       
    49 symbian:LIBS += -lradioenginewrapper
       
    50 symbian:LIBS += -lradiopresetstorage
       
    51 
       
    52 HEADERS += inc/t_radiostation.h
       
    53 SOURCES += src/t_radiostation.cpp