camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxestillimagesymbian/unittest_cxestillimagesymbian.pro
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 37 64817133cd1d
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_cxestillimagesymbian
    14 TARGET = unittest_cxestillimagesymbian
    13 LIBS += -lplatformenv
    15 
    14 LIBS += -lsysutil
    16 LIBS *= -lplatformenv
    15 SOURCES += unittest_cxestillimagesymbian.cpp \
    17 LIBS *= -lsysutil
       
    18 
       
    19 SOURCES *= unittest_cxestillimagesymbian.cpp \
    16     cxeimagedataitemsymbian.cpp \
    20     cxeimagedataitemsymbian.cpp \
    17     cxestatemachine.cpp \
    21     cxestatemachine.cpp \
    18     cxestatemachinebase.cpp \
    22     cxestatemachinebase.cpp \
    19     cxestate.cpp \
    23     cxestate.cpp \
    20     cxeerrormappingsymbian.cpp \
    24     cxeerrormappingsymbian.cpp \
    21     cxestillimagesymbian.cpp \
    25     cxestillimagesymbian.cpp \
    22     cxesysutil.cpp
    26     cxesysutil.cpp
    23 HEADERS += unittest_cxestillimagesymbian.h \
    27 
       
    28 HEADERS *= unittest_cxestillimagesymbian.h \
    24     cxestillimagesymbian.h \
    29     cxestillimagesymbian.h \
    25     cxeimagedataitemsymbian.h \
    30     cxeimagedataitemsymbian.h \
    26     cxeimagedataitem.h \
    31     cxeimagedataitem.h \
    27     cxestatemachine.h \
    32     cxestatemachine.h \
    28     cxestatemachinebase.h \
    33     cxestatemachinebase.h \
    29     cxestate.h \
    34     cxestate.h \
    30     cxeerrormappingsymbian.h \
    35     cxeerrormappingsymbian.h \
    31     cxutils.h \
    36     cxutils.h \
    32     cxesysutil.h
    37     cxesysutil.h
    33     
    38