videocollection/videocollectionview/videocollectionview.pro
changeset 44 518105d52e45
parent 41 229f037ce963
child 50 21fe8338c6bf
--- a/videocollection/videocollectionview/videocollectionview.pro	Fri Jul 02 17:14:33 2010 +0300
+++ b/videocollection/videocollectionview/videocollectionview.pro	Thu Jul 08 13:05:19 2010 +0300
@@ -15,11 +15,9 @@
 #
 
 TEMPLATE = lib
-CONFIG += hb \
-    qt \
-    ecomplugin
+CONFIG += hb qt ecomplugin mobility
+TARGET = 
 
-TARGET = 
 symbian: { 
     TARGET.UID2 = 0x10009D8D
     TARGET.UID3 = 0x200211FB
@@ -62,7 +60,8 @@
            inc/videocollectionviewutils.h \
            inc/videocollectionuiloader.h \
            inc/videolistselectiondialog.h \
-           inc/videocollectioncenrepdefs.h
+           inc/videocollectioncenrepdefs.h \
+           inc/videooperatorservice.h
 
 SOURCES += src/videocollectionviewplugin.cpp \
            src/videolistview.cpp \
@@ -70,8 +69,11 @@
            src/videohintwidget.cpp \
            src/videocollectionviewutils.cpp \
            src/videocollectionuiloader.cpp \
-           src/videolistselectiondialog.cpp
-    
+           src/videolistselectiondialog.cpp \
+           src/videooperatorservice.cpp
+
+DOCML += data/collectionview.docml
+
 RESOURCES += data/videocollectionview.qrc
 
 LIBS += -lmpxviewframeworkqt.dll \
@@ -79,10 +81,17 @@
         -lcentralrepository.dll \
         -lxqserviceutil.dll \
         -lvideoplayerengine.dll \
-        -lflogger.dll
-            
-# Seems to be no way to get these on top of file
-mmpBlock = "$${LITERAL_HASH}include <platform_paths.hrh>" \
-    "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
-    "$${LITERAL_HASH}include <bldvariant.hrh>"
-MMP_RULES += mmpBlock
+        -lflogger.dll \
+        -lxqsettingsmanager.dll \
+        -lws32 \
+        -lapparc \
+        -lapgrfx \
+        -lcone
+
+symbian: {
+    # Seems to be no way to get these on top of file
+    mmpBlock = "$${LITERAL_HASH}include <platform_paths.hrh>" \
+        "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
+        "$${LITERAL_HASH}include <bldvariant.hrh>"
+    MMP_RULES += mmpBlock SMPSAFE
+}