~ubuntu-branches/ubuntu/saucy/phonon-backend-gstreamer/saucy

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-02-16 21:50:11 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120216215011-wv2qn430er68r7k0
Tags: 4:4.7.0really4.6.0-0ubuntu1
* New upstream release.
* Bump build-dependency on phonon to 4:4.7.0really4.6.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
include_directories(${PHONON_INCLUDES} ${QT_INCLUDES})
10
10
 
11
11
set(PHONON_GST_MAJOR_VERSION "4")
12
 
set(PHONON_GST_MINOR_VERSION "5")
13
 
set(PHONON_GST_PATCH_VERSION "1")
 
12
set(PHONON_GST_MINOR_VERSION "6")
 
13
set(PHONON_GST_PATCH_VERSION "0")
14
14
set(PHONON_GST_VERSION "${PHONON_GST_MAJOR_VERSION}.${PHONON_GST_MINOR_VERSION}.${PHONON_GST_PATCH_VERSION}")
15
15
add_definitions(-DPHONON_GST_VERSION="${PHONON_GST_VERSION}")
16
16
 
17
 
if (Q_WS_X11)
18
 
    add_subdirectory(gstreamer)
19
 
endif (Q_WS_X11)
 
17
add_subdirectory(gstreamer)
20
18
 
21
19
macro_display_feature_log()