qtmobility/examples/declarativevideo/declarativevideo.pro
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 TEMPLATE = app
       
     2 TARGET = declarativevideo
       
     3 
       
     4 QT += declarative
       
     5 
       
     6 INCLUDEPATH+=../../src/multimedia
       
     7 include (../examples.pri)
       
     8 
       
     9 qtAddLibrary(QtMedia)
       
    10 
       
    11 SOURCES = main.cpp
       
    12 
       
    13 RESOURCES = \
       
    14         declarativevideo.qrc
       
    15 
       
    16 OTHER_FILES = \
       
    17         player.qml