camerauis/cameraxui/cxui/cxui.pro
changeset 36 b12f3922a74f
parent 32 5c1e3c6aa4ef
child 37 64817133cd1d
equal deleted inserted replaced
32:5c1e3c6aa4ef 36:b12f3922a74f
    22 symbian {
    22 symbian {
    23     TARGET.CAPABILITY   = ALL -Tcb -DRM
    23     TARGET.CAPABILITY   = ALL -Tcb -DRM
    24     TARGET.UID3         = 0x101f857a
    24     TARGET.UID3         = 0x101f857a
    25     TARGET.VID          = VID_DEFAULT
    25     TARGET.VID          = VID_DEFAULT
    26     TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
    26     TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
    27     ICON                = ./icons/cxui.svg
    27     SKINICON            = qtg_large_camera
    28     RSS_RULES           = "group_name=\"Qt Camera\";"
    28     RSS_RULES           = "group_name=\"Qt Camera\";"
    29     # Fix for QMake translating INCLUDEPATH to SYSTEMINCLUDE
    29     # Fix for QMake translating INCLUDEPATH to SYSTEMINCLUDE
    30     # and TraceCompiler needing USERINCLUDE.
    30     # and TraceCompiler needing USERINCLUDE.
    31     MMP_RULES           += "USERINCLUDE traces"
    31     MMP_RULES           += "USERINCLUDE traces"
    32 }
    32 }
    57     -lshareui \
    57     -lshareui \
    58     -lcone \
    58     -lcone \
    59     -lefsrv \
    59     -lefsrv \
    60     -lws32 \
    60     -lws32 \
    61     -lgdi \
    61     -lgdi \
    62     -lapgrfx
    62     -lapgrfx \
       
    63     -lusbman
    63 
    64 
    64 CONFIG += hb
    65 CONFIG += hb
    65 CONFIG += service
    66 CONFIG += service
    66 QT += xml
    67 QT += xml
    67 SERVICE.FILE = cxui_service_conf.xml
    68 SERVICE.FILE = cxui_service_conf.xml
    94     cxuisettingsinfo.h \
    95     cxuisettingsinfo.h \
    95     cxuisettingxmlreader.h \
    96     cxuisettingxmlreader.h \
    96     cxuiserviceprovider.h \
    97     cxuiserviceprovider.h \
    97     cxuiscenemodeview.h \
    98     cxuiscenemodeview.h \
    98     cxuizoomslider.h \
    99     cxuizoomslider.h \
       
   100     cxuieventlog.h \
    99     traces/OstTraceDefinitions.h
   101     traces/OstTraceDefinitions.h
   100 
   102 
   101 SOURCES += main.cpp \
   103 SOURCES += main.cpp \
   102     cxuiapplication.cpp \
   104     cxuiapplication.cpp \
   103     cxuiapplicationframeworkmonitor.cpp \
   105     cxuiapplicationframeworkmonitor.cpp \
   121     cxuisettingradiobuttonlistmodel.cpp \
   123     cxuisettingradiobuttonlistmodel.cpp \
   122     cxuisettingsinfo.cpp \
   124     cxuisettingsinfo.cpp \
   123     cxuisettingxmlreader.cpp \
   125     cxuisettingxmlreader.cpp \
   124     cxuiserviceprovider.cpp \
   126     cxuiserviceprovider.cpp \
   125     cxuiscenemodeview.cpp \
   127     cxuiscenemodeview.cpp \
   126     cxuizoomslider.cpp
   128     cxuizoomslider.cpp \
       
   129     cxuieventlog.cpp
   127 
   130 
   128 RESOURCES += cxui.qrc
   131 RESOURCES += cxui.qrc
   129 
   132 
   130 # Variating internal and external icons for scene selection view
   133 # Variating internal and external icons for scene selection view
   131 SCENEICONDIR = ../internal/icons
   134 SCENEICONDIR = ../internal/icons