~phablet-team/ubuntu/trusty/qtmultimedia-opensource-src/use-camerabin1

« back to all changes in this revision

Viewing changes to qtmultimedia.pro

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki, Omer Akram, Timo Jyrinki
  • Date: 2014-02-28 09:03:43 UTC
  • mfrom: (1.1.2) (0.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140228090343-autbuqdv64kr10gn
Tags: 5.2.1-0ubuntu1
[ Omer Akram ]
* Run unittests during build, disable flaky tests (LP: #1193370)

[ Timo Jyrinki ]
* New upstream release
* Update *.install
* Merge Debian packaging 5.2.0-1, remaining changes:
  - Keep omitting OpenAL from build-deps
  - Don't build Qt Audio Engine
  - Enable tests
* Update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
requires(qtHaveModule(gui))
 
2
 
1
3
load(configure)
2
4
qtCompileTest(openal)
3
5
win32 {
4
 
    qtCompileTest(directshow)
 
6
    qtCompileTest(directshow) {
 
7
        qtCompileTest(wshellitem)
 
8
    }
5
9
    qtCompileTest(wmsdk)
6
10
    qtCompileTest(wmp)
7
 
    qtCompileTest(wmf)
 
11
    contains(QT_CONFIG, wmf-backend): qtCompileTest(wmf)
8
12
    qtCompileTest(evr)
9
13
} else:mac {
10
14
    qtCompileTest(avfoundation)
 
15
} else:android {
 
16
    SDK_ROOT = $$(ANDROID_SDK_ROOT)
 
17
    isEmpty(SDK_ROOT): SDK_ROOT = $$DEFAULT_ANDROID_SDK_ROOT
 
18
    !exists($$SDK_ROOT/platforms/android-11/android.jar): error("QtMultimedia for Android requires API level 11")
 
19
} else:qnx {
 
20
    qtCompileTest(mmrenderer)
11
21
} else {
12
22
    qtCompileTest(alsa)
13
23
    qtCompileTest(pulseaudio)
17
27
        qtCompileTest(gstreamer_appsrc)
18
28
    }
19
29
    qtCompileTest(resourcepolicy)
20
 
    qtCompileTest(xvideo)
21
30
}
22
31
 
23
32
load(qt_parts)