QtMobility Reference Documentation

player.pro Example File

player/player.pro
 TEMPLATE = app
 TARGET = player
 QT += network \
       xml

 INCLUDEPATH += ../../src/multimedia ../../src/multimedia/audio

 include(../demos.pri)
 CONFIG += mobility
 MOBILITY = multimedia

 HEADERS = \
     player.h \
     playercontrols.h \
     playlistmodel.h \
     videowidget.h
 SOURCES = main.cpp \
     player.cpp \
     playercontrols.cpp \
     playlistmodel.cpp \
     videowidget.cpp

 maemo* {
     DEFINES += PLAYER_NO_COLOROPTIONS
 }

 symbian {
     LIBS += -lavkon \
         -lcone \
         -leikcore \
         -lremconinterfacebase \
         -lremconcoreapi
     TARGET.CAPABILITY = ReadUserData
 }
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.