Tests/SmfTestMusicnActivty/SmfTestMusicnActivity.pro
changeset 26 83d6a149c755
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tests/SmfTestMusicnActivty/SmfTestMusicnActivity.pro	Mon Oct 11 21:59:54 2010 +0530
@@ -0,0 +1,27 @@
+TEMPLATE = app
+CONFIG += mobility
+MOBILITY += contacts \
+    location
+TARGET = SmfTestMusicnActivity
+QT += core \
+    gui \
+    xml \
+    network
+HEADERS += SmfTestMusicnActivity.loc \
+    SmfTestMusicnActivity.h
+SOURCES += main.cpp \
+    SmfTestMusicnActivity.cpp
+FORMS += SmfTestMusicnActivity.ui
+RESOURCES += 
+symbian: { 
+    TARGET.UID3 = 0xEB5419B9
+    TARGET.CAPABILITY = NetworkServices \
+        ReadUserData \
+        WriteUserData \
+        LocalServices \
+        UserEnvironment \
+        ReadDeviceData \
+        WriteDeviceData
+    LIBS += -lsmfclient \
+        -lsmfcommon
+}