qtmobility/examples/player/player.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/player/player.pro	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/player/player.pro	Mon May 03 13:18:40 2010 +0300
@@ -1,5 +1,7 @@
 TEMPLATE = app
 TARGET = player
+QT += network \
+      xml
 
 INCLUDEPATH += ../../src/multimedia
 
@@ -19,7 +21,7 @@
     videowidget.cpp
 
 symbian {
-    TARGET.CAPABILITY = UserEnvironment WriteDeviceData ReadDeviceData
+    TARGET.CAPABILITY = UserEnvironment WriteDeviceData ReadDeviceData NetworkServices
     HEADERS += mediakeysobserver.h
     SOURCES += mediakeysobserver.cpp
     LIBS += -lremconinterfacebase \