camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxecameradevice/unittest_cxecameradevice.pro
changeset 19 d9aefe59d544
child 21 fa6d9f75d6a6
equal deleted inserted replaced
3:8b2d6d0384b0 19:d9aefe59d544
       
     1 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 # Initial Contributors:
       
     8 # Nokia Corporation - initial contribution.
       
     9 # Contributors:
       
    10 # Description:
       
    11 include(../unittest.pri)
       
    12 TARGET = unittest_cxecameradevice
       
    13 LIBS += -lecamadvsettings
       
    14 LIBS += -lecamsnapshot
       
    15 LIBS += -lecam
       
    16 LIBS += -lecampluginsupport
       
    17 LIBS += -lfbscli
       
    18 LIBS += -lbitgdi
       
    19 
       
    20 DEFINES += CXE_USE_DUMMY_CAMERA
       
    21 DEFINES = $$unique(DEFINES)
       
    22 
       
    23 SOURCES += unittest_cxecameradevice.cpp \
       
    24     cxestate.cpp \
       
    25     cxestatemachinebase.cpp \
       
    26     cxestatemachine.cpp \
       
    27     cxedummycamera.cpp \
       
    28     cxecameradevice.cpp \
       
    29     cxeerrormappingsymbian.cpp
       
    30 HEADERS += unittest_cxecameradevice.h \
       
    31     cxestate.h \
       
    32     cxestatemachinebase.h \
       
    33     cxestatemachine.h \
       
    34     cxedummycamera.h \
       
    35     cxecameradevice.h \
       
    36     cxutils.h \
       
    37     cxeerrormappingsymbian.h