~ubuntu-branches/ubuntu/saucy/qt-gstreamer/saucy-proposed

« back to all changes in this revision

Viewing changes to examples/appsink-src/appsink-src.pro

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-06-15 15:03:26 UTC
  • mfrom: (1.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120615150326-pkmdog620pkytcgt
Tags: 0.10.2-2ubuntu1
* Merge from Debian unstable, remaining changes:
  - Enable unit tests.
    + Build-depend on gstreamer0.10-plugins-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
TEMPLATE = app
4
4
TARGET = appsink-src
5
5
 
 
6
# produce nice compilation output
 
7
CONFIG += silent
 
8
 
6
9
# Tell qmake to use pkg-config to find QtGStreamer.
7
10
CONFIG += link_pkgconfig
8
11
 
9
 
# Now tell qmake to link to QtGStreamerUtils-0.10 and also use its include path and Cflags.
10
 
PKGCONFIG += QtGStreamerUtils-0.10
 
12
# Now tell qmake to link to QtGStreamer and also use its include path and Cflags.
 
13
PKGCONFIG += QtGStreamer-0.10 QtGStreamerUtils-0.10
11
14
 
12
15
# Recommended if you are using g++ 4.5 or later. Must be removed for other compilers.
13
16
#QMAKE_CXXFLAGS += -std=c++0x