~ubuntu-branches/ubuntu/lucid/psimedia/lucid-proposed

« back to all changes in this revision

Viewing changes to gstprovider/gstprovider.pri

  • Committer: Bazaar Package Importer
  • Author(s): Ivan Borzenkov
  • Date: 2009-07-18 16:51:30 UTC
  • Revision ID: james.westby@ubuntu.com-20090718165130-7aetrkp6zivus4lk
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CONFIG += link_prl depend_prl
 
2
 
 
3
LIBS += -L$$PWD/gstelements/static/lib -lgstelements_static
 
4
 
 
5
include(gstconf.pri)
 
6
 
 
7
include(deviceenum/deviceenum.pri)
 
8
include(gstcustomelements/gstcustomelements.pri)
 
9
 
 
10
HEADERS += \
 
11
        $$PWD/devices.h \
 
12
        $$PWD/modes.h \
 
13
        $$PWD/payloadinfo.h \
 
14
        $$PWD/pipeline.h \
 
15
        $$PWD/bins.h \
 
16
        $$PWD/rtpworker.h \
 
17
        $$PWD/gstthread.h \
 
18
        $$PWD/rwcontrol.h
 
19
 
 
20
SOURCES += \
 
21
        $$PWD/devices.cpp \
 
22
        $$PWD/modes.cpp \
 
23
        $$PWD/payloadinfo.cpp \
 
24
        $$PWD/pipeline.cpp \
 
25
        $$PWD/bins.cpp \
 
26
        $$PWD/rtpworker.cpp \
 
27
        $$PWD/gstthread.cpp \
 
28
        $$PWD/rwcontrol.cpp \
 
29
        $$PWD/gstprovider.cpp