summaryrefslogtreecommitdiffstats
path: root/tools/qmake/config.tests/libvpx/libvpx.pro
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-07 15:26:16 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-11 09:53:57 +0000
commit3d698f5de377bde2293e222536bc50171cfdf1b8 (patch)
tree24914b0a0cf7b2d7989f66509b3c98f85874f62f /tools/qmake/config.tests/libvpx/libvpx.pro
parente07e18a8a6219c69d75589f6d3d1fe9b84821f31 (diff)
Switch libvpx detection to config check
Chromium depends on svc_context.h that isn't normally shipped by libvpx-dev packages. Change-Id: I39790add79097a4eb614873df85e32749b591fd2 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'tools/qmake/config.tests/libvpx/libvpx.pro')
-rw-r--r--tools/qmake/config.tests/libvpx/libvpx.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qmake/config.tests/libvpx/libvpx.pro b/tools/qmake/config.tests/libvpx/libvpx.pro
new file mode 100644
index 000000000..aff6d1857
--- /dev/null
+++ b/tools/qmake/config.tests/libvpx/libvpx.pro
@@ -0,0 +1,3 @@
+SOURCES += libvpx.cpp
+PKGCONFIG += libvpx
+CONFIG -= qt