videocollection/videocollectionview/videocollectionview.pro
changeset 52 e3cecb93e76a
parent 47 45e72b57a2fd
child 59 a76e86df7ccd
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
    13 #
    13 #
    14 # Description: 
    14 # Description: 
    15 #
    15 #
    16 
    16 
    17 TEMPLATE = lib
    17 TEMPLATE = lib
    18 CONFIG += hb \
    18 CONFIG += hb qt ecomplugin mobility
    19     qt \
    19 TARGET = 
    20     ecomplugin
       
    21 
    20 
    22 TARGET = 
       
    23 symbian: { 
    21 symbian: { 
    24     TARGET.UID2 = 0x10009D8D
    22     TARGET.UID2 = 0x10009D8D
    25     TARGET.UID3 = 0x200211FB
    23     TARGET.UID3 = 0x200211FB
    26     BLD_INF_RULES.prj_exports += \
    24     BLD_INF_RULES.prj_exports += \
    27     	"rom/videocollectionview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videocollectionview.iby)" \
    25     	"rom/videocollectionview.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videocollectionview.iby)" \
    60            inc/videolistwidget.h \
    58            inc/videolistwidget.h \
    61            inc/videohintwidget.h \
    59            inc/videohintwidget.h \
    62            inc/videocollectionviewutils.h \
    60            inc/videocollectionviewutils.h \
    63            inc/videocollectionuiloader.h \
    61            inc/videocollectionuiloader.h \
    64            inc/videolistselectiondialog.h \
    62            inc/videolistselectiondialog.h \
    65            inc/videocollectioncenrepdefs.h
    63            inc/videocollectioncenrepdefs.h \
       
    64            inc/videooperatorservice.h
    66 
    65 
    67 SOURCES += src/videocollectionviewplugin.cpp \
    66 SOURCES += src/videocollectionviewplugin.cpp \
    68            src/videolistview.cpp \
    67            src/videolistview.cpp \
    69            src/videolistwidget.cpp \
    68            src/videolistwidget.cpp \
    70            src/videohintwidget.cpp \
    69            src/videohintwidget.cpp \
    71            src/videocollectionviewutils.cpp \
    70            src/videocollectionviewutils.cpp \
    72            src/videocollectionuiloader.cpp \
    71            src/videocollectionuiloader.cpp \
    73            src/videolistselectiondialog.cpp
    72            src/videolistselectiondialog.cpp \
    74     
    73            src/videooperatorservice.cpp
       
    74 
       
    75 DOCML += data/collectionview.docml \
       
    76 	 data/videolistselectiondialog.docml
       
    77 
    75 RESOURCES += data/videocollectionview.qrc
    78 RESOURCES += data/videocollectionview.qrc
    76 
    79 
    77 LIBS += -lmpxviewframeworkqt.dll \
    80 LIBS += -lmpxviewframeworkqt.dll \
    78         -lvideocollectionwrapper.dll \
    81         -lvideocollectionwrapper.dll \
    79         -lcentralrepository.dll \
    82         -lcentralrepository.dll \
    80         -lxqserviceutil.dll \
    83         -lxqserviceutil.dll \
    81         -lvideoplayerengine.dll \
    84         -lvideoplayerengine.dll \
    82         -lflogger.dll
    85         -lflogger.dll \
    83             
    86         -lxqsettingsmanager.dll \
    84 # Seems to be no way to get these on top of file
    87         -lws32 \
    85 mmpBlock = "$${LITERAL_HASH}include <platform_paths.hrh>" \
    88         -lapparc \
    86     "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
    89         -lapgrfx \
    87     "$${LITERAL_HASH}include <bldvariant.hrh>"
    90         -lcone
    88 MMP_RULES += mmpBlock
    91 
       
    92 symbian: {
       
    93     # Seems to be no way to get these on top of file
       
    94     mmpBlock = "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    95         "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
       
    96         "$${LITERAL_HASH}include <bldvariant.hrh>"
       
    97     MMP_RULES += mmpBlock SMPSAFE
       
    98 }