camerauis/cameraxui/cxengine/tsrc/unit/unittest_cxeimagedataitemsymbian/unittest_cxeimagedataitemsymbian.pro
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 37 64817133cd1d
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
    16 
    16 
    17 include(../unittest.pri)
    17 include(../unittest.pri)
    18 
    18 
    19 TARGET = unittest_cxeimagedataitemsymbian
    19 TARGET = unittest_cxeimagedataitemsymbian
    20 
    20 
    21 LIBS += -lplatformenv
    21 LIBS *= -lplatformenv
    22 LIBS += -lsysutil
    22 LIBS *= -lsysutil
    23 LIBS += -lbitgdi
    23 LIBS *= -lbitgdi
    24 LIBS += -lws32
    24 LIBS *= -lws32
    25 LIBS += -lsysutil
    25 LIBS *= -lsysutil
    26 LIBS += -lecom
    26 LIBS *= -lecom
    27 LIBS += -lecampluginsupport
    27 LIBS *= -lecampluginsupport
    28 
    28 
    29 
    29 
    30 SOURCES += cxeimagedataitemsymbian.cpp \
    30 SOURCES *= cxeimagedataitemsymbian.cpp \
    31            cxeerrormappingsymbian.cpp \
    31            cxeerrormappingsymbian.cpp \
    32            cxestatemachine.cpp \
    32            cxestatemachine.cpp \
    33            cxestate.cpp \
    33            cxestate.cpp \
    34            cxestatemachinebase.cpp \
    34            cxestatemachinebase.cpp \
    35            cxestillimagesymbian.cpp \
    35            cxestillimagesymbian.cpp \
    37 		   cxeimagedataitemunit.cpp \
    37 		   cxeimagedataitemunit.cpp \
    38 		   cxesysutil.cpp \
    38 		   cxesysutil.cpp \
    39 		   cxefakesysutil.cpp  
    39 		   cxefakesysutil.cpp  
    40 
    40 
    41 
    41 
    42 HEADERS += cxeimagedataitemsymbian.h \
    42 HEADERS *= cxeimagedataitemsymbian.h \
    43            cxestatemachine.h \
    43            cxestatemachine.h \
    44            cxestatemachinebase.h \
    44            cxestatemachinebase.h \
    45            cxestate.h \
    45            cxestate.h \
    46            cxestillimagesymbian.h \
    46            cxestillimagesymbian.h \
    47            cxeimagedataitem.h \
    47            cxeimagedataitem.h \