mpdata/tsrc/unittest_mpsongdata/unittest_mpsongdata.pro
changeset 43 0f32e550d9d8
parent 36 a0afa279b8fe
equal deleted inserted replaced
38:b93f525c9244 43:0f32e550d9d8
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    11 #
    11 #
    12 # Contributors:
    12 # Contributors:
    13 #
    13 #
    14 # Description: 
    14 # Description: mpsongdata unit test project file.
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = app
    17 TEMPLATE = app
    18 CONFIG += qtestlib \
    18 CONFIG += qtestlib hb symbian_test
    19 					symbian_test \
    19 TARGET = unittest_mpsongdata
    20 							hb
    20 TARGET.CAPABILITY = CAP_APPLICATION
    21 
    21 
    22 TARGET = 
       
    23 DEPENDPATH += . 
    22 DEPENDPATH += . 
    24 INCLUDEPATH += ./stub/inc \   
    23 INCLUDEPATH += . \
    25     		   ../../../inc
    24                stub/inc \
       
    25                ../../inc \
       
    26                ../../../inc
       
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    26 
    28 
    27 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE 
    29 LIBS += -lmpxcommon.dll
    28 DEFINES += BUILD_MPDATA_LIB
       
    29 LIBS += -lmpxviewframeworkqt.dll 
       
    30 
    30 
    31 # Input
       
    32 HEADERS += inc/unittest_mpsongdata.h \
    31 HEADERS += inc/unittest_mpsongdata.h \
    33 	   ../../../inc/mpsongdata.h \
    32 	   ../../../inc/mpsongdata.h \
       
    33 	   ../../inc/mpsongdata_p.h \
    34 	   stub/inc/thumbnailmanager_qt.h 
    34 	   stub/inc/thumbnailmanager_qt.h 
    35 	   
    35 	   
    36 SOURCES += src/unittest_mpsongdata.cpp \
    36 SOURCES += src/unittest_mpsongdata.cpp \
    37 	   ../../src/mpsongdata.cpp \
    37 	   ../../src/mpsongdata.cpp \
    38 	   stub/src/thumbnailmanager_qt.cpp
    38 	   stub/src/thumbnailmanager_qt.cpp
    39 
    39 
       
    40 DEFINES += BUILD_MPDATA_LIB
    40 
    41