~ubuntu-branches/ubuntu/oneiric/phonon/oneiric-201108111512

« back to all changes in this revision

Viewing changes to demos/phota/phota.pro

  • Committer: Bazaar Package Importer
  • Author(s): Romain Perier
  • Date: 2011-03-29 18:52:38 UTC
  • mfrom: (0.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110329185238-zsdke31jv37427js
Tags: 4:4.7.0really4.5.0-0ubuntu1
* New upstream release, LP: #750480
* Create new package libphonon4-designer for the Qt4 Designer plugin
* Add libqzeitgeist to build dependencies
* debian/libphononexperimental4.install:
  Change library name to libphononexperimental4.so.4.*
* Update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#-------------------------------------------------
 
2
#
 
3
# Project created by QtCreator 2010-08-14T18:47:04
 
4
#
 
5
#-------------------------------------------------
 
6
 
 
7
QT       += core gui phonon
 
8
 
 
9
TARGET = phota
 
10
TEMPLATE = app
 
11
 
 
12
 
 
13
SOURCES += main.cpp \
 
14
    mainwindow.cpp \
 
15
    mediacontroller.cpp \
 
16
    videoeffects.cpp
 
17
 
 
18
HEADERS  += \
 
19
    mainwindow.h \
 
20
    mediacontroller.h \
 
21
    videoeffects.h
 
22
 
 
23
FORMS += \
 
24
    videoeffects.ui