camerauis/cameraxui/cxengine/cxengine.pro
changeset 28 3075d9b614e6
parent 19 d9aefe59d544
child 29 699651f2666f
child 43 0e652f8f1fbd
equal deleted inserted replaced
19:d9aefe59d544 28:3075d9b614e6
    21 DEPENDPATH += inc inc/api src/dummyengine
    21 DEPENDPATH += inc inc/api src/dummyengine
    22 INCLUDEPATH += inc \
    22 INCLUDEPATH += inc \
    23                inc/sensor \
    23                inc/sensor \
    24                inc/api \
    24                inc/api \
    25                src/dummyengine \
    25                src/dummyengine \
    26                ../traces  \
    26                traces  \
    27                ../extensions/inc
    27                ../extensions/inc
    28 
    28 
    29 VPATH += src
    29 VPATH += src
    30 CONFIG += dll
    30 CONFIG += dll
    31 MOC_DIR = tmp
    31 MOC_DIR = tmp
    32 
    32 
    33 TARGET.CAPABILITY = ALL -TCB -DRM
    33 symbian {
    34 TARGET.UID3 = 0x20027016
    34     TARGET.CAPABILITY = ALL -TCB -DRM
       
    35     TARGET.UID3 = 0x20027016
       
    36     # Fix for QMake translating INCLUDEPATH to SYSTEMINCLUDE
       
    37     # and TraceCompiler needing USERINCLUDE.
       
    38     MMP_RULES           += "USERINCLUDE traces"
       
    39 }
    35 
    40 
    36 # Libs
    41 # Libs
    37 LIBS += -lecam
    42 LIBS += -lecam
    38 LIBS += -lecamadvsettings
    43 LIBS += -lecamadvsettings
    39 LIBS += -lecamsnapshot
    44 LIBS += -lecamsnapshot
    57 LIBS += -lsensrvutil
    62 LIBS += -lsensrvutil
    58 LIBS += -limagingconfigmanager
    63 LIBS += -limagingconfigmanager
    59 LIBS += -lharvesterclient
    64 LIBS += -lharvesterclient
    60 LIBS += -lthumbnailmanagerqt
    65 LIBS += -lthumbnailmanagerqt
    61 LIBS += -lxqserviceutil
    66 LIBS += -lxqserviceutil
       
    67 LIBS += -loommonitor
       
    68 LIBS += -lhal
    62 
    69 
    63 symbian {
    70 symbian {
    64    TARGET.EPOCALLOWDLLDATA = 1 // TODO: check this out??
    71    TARGET.EPOCALLOWDLLDATA = 1 // TODO: check this out??
    65 }
    72 }
    66 
    73 
   143            cxequalitydetails.h \
   150            cxequalitydetails.h \
   144            cxequalitypresets.h \
   151            cxequalitypresets.h \
   145            cxequalitypresetssymbian.h \
   152            cxequalitypresetssymbian.h \
   146            cxeharvestercontrolsymbian.h \
   153            cxeharvestercontrolsymbian.h \
   147            cxethumbnailmanagersymbian.h \
   154            cxethumbnailmanagersymbian.h \
       
   155            cxememorymonitor.h \
       
   156            cxememorymonitorprivate.h \
       
   157            cxediskmonitor.h \
       
   158            cxediskmonitorprivate.h \
   148            sensor/xqsensor.h \
   159            sensor/xqsensor.h \
   149            sensor/xqaccsensor.h \
   160            sensor/xqaccsensor.h \
   150            sensor/xqdeviceorientation.h \
   161            sensor/xqdeviceorientation.h \
   151            sensor/xqdeviceorientation_p.h \
   162            sensor/xqdeviceorientation_p.h \
   152            sensor/xqsensor_p.h \
   163            sensor/xqsensor_p.h \
   153            sensor/xqaccsensor_p.h \
   164            sensor/xqaccsensor_p.h \
   154            ../traces/OstTraceDefinitions.h
   165            traces/OstTraceDefinitions.h
   155 
   166 
   156 SOURCES += cxecameradevicecontrolsymbian.cpp \
   167 SOURCES += cxecameradevicecontrolsymbian.cpp \
   157            cxeengine.cpp \
   168            cxeengine.cpp \
   158            cxeenginesymbian.cpp \
   169            cxeenginesymbian.cpp \
   159            cxeviewfindercontrolsymbian.cpp \
   170            cxeviewfindercontrolsymbian.cpp \
   185            cxesysutil.cpp \
   196            cxesysutil.cpp \
   186            cxevideocontainer.cpp \
   197            cxevideocontainer.cpp \
   187            cxequalitypresetssymbian.cpp \
   198            cxequalitypresetssymbian.cpp \
   188            cxeharvestercontrolsymbian.cpp \
   199            cxeharvestercontrolsymbian.cpp \
   189            cxethumbnailmanagersymbian.cpp \
   200            cxethumbnailmanagersymbian.cpp \
       
   201            cxememorymonitor.cpp \
       
   202            cxememorymonitorprivate.cpp \
       
   203            cxediskmonitor.cpp \
       
   204            cxediskmonitorprivate.cpp \
   190            sensor/xqsensor.cpp \
   205            sensor/xqsensor.cpp \
   191            sensor/xqaccsensor.cpp \
   206            sensor/xqaccsensor.cpp \
   192            sensor/xqdeviceorientation.cpp \
   207            sensor/xqdeviceorientation.cpp \
   193            sensor/xqdeviceorientation_p.cpp \
   208            sensor/xqdeviceorientation_p.cpp \
   194            sensor/xqsensor_p.cpp \
   209            sensor/xqsensor_p.cpp \
   195            sensor/xqaccsensor_p.cpp
   210            sensor/xqaccsensor_p.cpp
   196 
   211 
   197 
   212 
   198 
   213 
       
   214