camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxevideocapturecontrolsymbian/unittest_cxevideocapturecontrolsymbian.pro
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 38 0f0b4c1d7744
child 43 0e652f8f1fbd
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # Initial Contributors:
     7 # Initial Contributors:
     8 # Nokia Corporation - initial contribution.
     8 # Nokia Corporation - initial contribution.
     9 # Contributors:
     9 # Contributors:
    10 # Description:
    10 # Description:
       
    11 
    11 include(../unittest.pri)
    12 include(../unittest.pri)
       
    13 
    12 TARGET = unittest_cxevideocapturecontrolsymbian
    14 TARGET = unittest_cxevideocapturecontrolsymbian
    13 
    15 
    14 LIBS += -lecamadvsettings
    16 LIBS *= -lecamadvsettings
    15 LIBS += -lecam
    17 LIBS *= -lecam
    16 LIBS += -lecampluginsupport
    18 LIBS *= -lecampluginsupport
    17 LIBS += -lfbscli
    19 LIBS *= -lfbscli
    18 LIBS += -lbitgdi
    20 LIBS *= -lbitgdi
    19 LIBS += -lecamdirectviewfinder
    21 LIBS *= -lecamdirectviewfinder
    20 LIBS += -lecamsnapshot
    22 LIBS *= -lecamsnapshot
    21 
    23 LIBS *= -lmediaclientvideo
    22 LIBS += -lmediaclientvideo
    24 LIBS *= -lmediaclientaudio
    23 LIBS += -lmediaclientaudio
    25 LIBS *= -lmmfcontrollerframework
    24 LIBS += -lmmfcontrollerframework
    26 LIBS *= -lplatformenv
    25 LIBS += -lplatformenv
    27 LIBS *= -lsysutil
    26 
    28 
    27 
    29 
    28 DEFINES += CXE_USE_DUMMY_CAMERA
    30 DEFINES *= CXE_USE_DUMMY_CAMERA
    29 DEFINES = $$unique(DEFINES)
    31 
    30 SOURCES += unittest_cxevideocapturecontrolsymbian.cpp \
    32 SOURCES *= unittest_cxevideocapturecontrolsymbian.cpp \
    31     cxevideocapturecontrolsymbian.cpp \
    33     cxevideocapturecontrolsymbian.cpp \
    32     cxevideocapturecontrolsymbianunit.cpp \
    34     cxevideocapturecontrolsymbianunit.cpp \
    33     cxefakevideorecorderutility.cpp \
    35     cxefakevideorecorderutility.cpp \
    34     cxevideorecorderutilitysymbian.cpp \
    36     cxevideorecorderutilitysymbian.cpp \
    35     cxefakefilenamegenerator.cpp \
    37     cxefakefilenamegenerator.cpp \
    46     cxestatemachinebase.cpp \
    48     cxestatemachinebase.cpp \
    47     cxesettingsmappersymbian.cpp \
    49     cxesettingsmappersymbian.cpp \
    48     cxesoundplayersymbian.cpp \
    50     cxesoundplayersymbian.cpp \
    49     cxeerrormappingsymbian.cpp \
    51     cxeerrormappingsymbian.cpp \
    50     cxefakequalitypresets.cpp \
    52     cxefakequalitypresets.cpp \
       
    53     cxediskmonitor.cpp \
       
    54     cxediskmonitorprivate.cpp \
    51     cxesysutil.cpp
    55     cxesysutil.cpp
    52 
    56 
    53 HEADERS += unittest_cxevideocapturecontrolsymbian.h \
    57 HEADERS *= unittest_cxevideocapturecontrolsymbian.h \
    54     cxevideocapturecontrolsymbian.h \
    58     cxevideocapturecontrolsymbian.h \
    55     cxevideocapturecontrolsymbianunit.h \
    59     cxevideocapturecontrolsymbianunit.h \
    56     cxevideorecorderutility.h \
    60     cxevideorecorderutility.h \
    57     cxefakevideorecorderutility.h \
    61     cxefakevideorecorderutility.h \
    58     cxevideorecorderutilitysymbian.h \
    62     cxevideorecorderutilitysymbian.h \
    61     cxedummycamera.h \
    65     cxedummycamera.h \
    62     cxefakecameradevice.h \
    66     cxefakecameradevice.h \
    63     cxecameradevice.h \
    67     cxecameradevice.h \
    64     cxefakeviewfindercontrol.h \
    68     cxefakeviewfindercontrol.h \
    65     cxeviewfindercontrol.h \
    69     cxeviewfindercontrol.h \
       
    70     cxecameradevicecontrol.h \
    66     cxefakecameradevicecontrol.h \
    71     cxefakecameradevicecontrol.h \
    67     cxesettingsimp.h \
    72     cxesettingsimp.h \
    68     cxesettings.h \
    73     cxesettings.h \
    69     cxefakesettings.h \
    74     cxefakesettings.h \
    70     cxefakesettingsmodel.h \
    75     cxefakesettingsmodel.h \
    71     cxestatemachine.h \
    76     cxestatemachine.h \
    72     cxestate.h \
    77     cxestate.h \
    73     cxeerrormappingsymbian.h \
    78     cxeerrormappingsymbian.h \
    74     cxestatemachinebase.h \
    79     cxestatemachinebase.h \
    75     cxecameradevicecontrol.h \
       
    76     cxesettingsmappersymbian.h \
    80     cxesettingsmappersymbian.h \
    77     cxesoundplayersymbian.h \
    81     cxesoundplayersymbian.h \
       
    82     cxefakequalitypresets.h \
    78     cxutils.h \
    83     cxutils.h \
    79     cxefakequalitypresets.h \
    84     cxediskmonitor.h \
       
    85     cxediskmonitorprivate.h \
    80     cxesysutil.h
    86     cxesysutil.h