musicservices/tsrc/unittest_musicservices/unittest_musicservices.pro
changeset 48 af3740e3753f
parent 22 ecf06a08d4d9
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
       
     1 #
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # All rights reserved.
     3 # All rights reserved.
     3 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     4 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of "Eclipse Public License v1.0"
     5 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
     7 # Initial Contributors:
     9 # Initial Contributors:
     8 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
       
    11 #
     9 # Contributors:
    12 # Contributors:
    10 # Description: Unit test for MusicServices
    13 #
       
    14 # Description: musicservices unit test project file.
       
    15 #
    11 
    16 
    12 TEMPLATE = app
    17 TEMPLATE = app
    13 
    18 CONFIG += qtestlib hb symbian_test
    14 CONFIG += qtestlib \
    19 TARGET = unittest_musicservices
    15     hb
    20 TARGET.CAPABILITY = CAP_APPLICATION
    16 TARGET = 
       
    17 
       
    18 DEFINES += BUILD_MUSICSERVICES_LIB
       
    19 
       
    20 TARGET.CAPABILITY = All -TCB
       
    21 
    21 
    22 DEPENDPATH += .
    22 DEPENDPATH += .
    23 INCLUDEPATH += . \
    23 INCLUDEPATH += . \
    24     ../../inc \
    24                ../../inc \
    25     ../../../inc
    25                ../../../inc
    26 
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    26 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    28 
    27 
    29 LIBS += -lestor.dll \
    28 LIBS += -lestor.dll \
    30     -lfbscli.dll \
    29         -lfbscli.dll \
    31     -lxqservice
    30         -lxqservice.dll \
       
    31         -lxqserviceutil.dll
    32 
    32 
    33 HEADERS += inc/unittest_musicservices.h \
    33 HEADERS += inc/unittest_musicservices.h \
    34     ../../inc/musicservices.h \ 
    34     ../../inc/musicservices.h \ 
    35     ../../inc/getmusicservice.h \
    35     ../../inc/getmusicservice.h \
    36     ../../inc/playmusicservice.h 
    36     ../../inc/playmusicservice.h 
    37 
    37 
    38 SOURCES += src/unittest_musicservices.cpp \
    38 SOURCES += src/unittest_musicservices.cpp \
    39         ../../src/musicservices.cpp \
    39         ../../src/musicservices.cpp \
    40         ../../src/getmusicservice.cpp \
    40         ../../src/getmusicservice.cpp \
    41     	../../src/playmusicservice.cpp  
    41     	../../src/playmusicservice.cpp  
       
    42 
       
    43 DEFINES += BUILD_MUSICSERVICES_LIB
       
    44