videoplayerapp/videoplayerengine/tsrc/testvideoservices/testvideoservices.pro
changeset 36 8aed59de29f9
parent 30 4f111d64a341
child 50 21fe8338c6bf
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    25 
    25 
    26 INCLUDEPATH += . \
    26 INCLUDEPATH += . \
    27               stub/inc \
    27               stub/inc \
    28               ../../../inc \
    28               ../../../inc \
    29               ../../../../inc \
    29               ../../../../inc \
    30               /epoc32/include \
    30               $$MW_LAYER_SYSTEMINCLUDE
    31               /epoc32/include/stdapis \
       
    32               /epoc32/include/stdapis/sys \
       
    33 
       
    34 
    31 
    35 CONFIG += qtestlib hb qt
    32 CONFIG += qtestlib hb qt
    36 
    33 
    37 LIBS += -lestor.dll \
    34 LIBS += -lxqservice.dll \
    38        -lfbscli.dll \
    35        -lxqserviceutil.dll 
    39        -lbitgdi.dll \
       
    40        -lgdi.dll \
       
    41        -lxqservice.dll
       
    42 
    36 
    43 
    37 
    44 # Input
    38 # Input
    45 HEADERS += stub/inc/videoplayerengine.h \
    39 HEADERS += stub/inc/videoplayerengine.h \
    46            inc/testvideoservices.h \
    40            inc/testvideoservices.h \
    47            ../../inc/videoservices.h \
    41            ../../../../inc/videoservices.h \
    48            ../../inc/videoserviceurifetch.h \
    42            ../../inc/videoserviceurifetch.h \
    49            ../../inc/videoserviceplay.h \
    43            ../../inc/videoserviceplay.h \
    50            ../../../inc/videoplayerappexport.h
    44            ../../inc/videoserviceview.h \
       
    45            ../../inc/videoservicebrowse.h 
    51 
    46 
    52 SOURCES += stub/src/videoplayerengine.cpp \
    47 SOURCES += stub/src/videoplayerengine.cpp \
    53            #stub/src/xqserviceprovider.cpp \
    48            #stub/src/xqserviceprovider.cpp \
    54            src/testvideoservices.cpp \
    49            src/testvideoservices.cpp \
    55            ../../src/videoservices.cpp \
    50            ../../src/videoservices.cpp \
    56            ../../src/videoserviceurifetch.cpp \
    51            ../../src/videoserviceurifetch.cpp \
    57            ../../src/videoserviceplay.cpp
    52            ../../src/videoserviceplay.cpp \
       
    53            ../../src/videoserviceview.cpp \
       
    54            ../../src/videoservicebrowse.cpp 
    58 
    55